Error processing SSI file
(Leadtools.Annotations.Designers)

Show in webframe

OnPointerDoubleClick Method (AnnDesigner)







The container associated with this designer.
The event data.
Handles pointer double-click events on the designer.
Syntax
public virtual bool OnPointerDoubleClick( 
   AnnContainer sender,
   AnnPointerEventArgs e
)
'Declaration
 
Public Overridable Function OnPointerDoubleClick( _
   ByVal sender As AnnContainer, _
   ByVal e As AnnPointerEventArgs _
) As Boolean
'Usage
 
Dim instance As AnnDesigner
Dim sender As AnnContainer
Dim e As AnnPointerEventArgs
Dim value As Boolean
 
value = instance.OnPointerDoubleClick(sender, e)
public virtual bool OnPointerDoubleClick( 
   AnnContainer sender,
   AnnPointerEventArgs e
)
- (BOOL)onDoubleTap:(LTAnnContainer *)container args:(LTAnnPointerEventArgs *)args
public boolean onPointerDoubleTap(AnnContainer container, AnnPointerEvent event)
 function Leadtools.Annotations.Designers.AnnDesigner.OnPointerDoubleClick( 
   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 double-click events on the container. The designer should return true if it handled this event in any way.

Requirements

Target Platforms

See Also

Reference

AnnDesigner Class
AnnDesigner Members

Error processing SSI file
Leadtools.Annotations.Designers requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features