←Select platform

OnPointerDoubleClick Method

Summary
Provides an implementation of the OnPointerDoubleClick method for this AnnTextEditDesigner.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public override bool OnPointerDoubleClick( 
   AnnContainer sender, 
   AnnPointerEventArgs e 
) 
- (BOOL)onDoubleTap:(LTAnnContainer *)container args:(LTAnnPointerEventArgs *)args 
@Override public boolean onPointerDoubleTap( 
             AnnContainer container,  
             AnnPointerEvent event 
) 
public:  
   virtual bool OnPointerDoubleClick( 
      AnnContainer^ sender, 
      AnnPointerEventArgs^ e 
   ) override 
def OnPointerDoubleClick(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.

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.