←Select platform

OnPointerDown Method

Summary
Handles pointer down events on the designer.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual bool OnPointerDown( 
   AnnContainer sender, 
   AnnPointerEventArgs e 
) 
- (BOOL)onPointerDown:(LTAnnContainer *)container args:(LTAnnPointerEventArgs *)args NS_SWIFT_NAME(onPointerDown(container:args:)); 
public boolean onPointerDown(AnnContainer container, AnnPointerEvent event) 
public:  
   virtual bool OnPointerDown( 
      AnnContainer^ sender, 
      AnnPointerEventArgs^ e 
   ) 
def OnPointerDown(self,sender,e): 

Parameters

sender
The container associated with this designer.

e
The event data.

Return Value

true if this event is handled; otherwise, it is false.

Remarks

Derived classes should override this method in order to process pointer down events on the container. The designer should return true if it handled this event in any way.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.