Handles pointer double-click events on the designer.
public virtual bool OnPointerDoubleClick(
AnnContainer sender,
AnnPointerEventArgs e
)
Public Overridable Function OnPointerDoubleClick( _
ByVal sender As Leadtools.Annotations.Core.AnnContainer, _
ByVal e As Leadtools.Annotations.Core.AnnPointerEventArgs _
) As Boolean
public virtual bool OnPointerDoubleClick(
Leadtools.Annotations.Core.AnnContainer sender,
Leadtools.Annotations.Core.AnnPointerEventArgs e
)
- (BOOL)onDoubleTap:(LTAnnContainer *)container args:(LTAnnPointerEventArgs *)args
public boolean onPointerDoubleTap(AnnContainer container, AnnPointerEvent event)
function Leadtools.Annotations.Designers.AnnDesigner.OnPointerDoubleClick(
sender ,
e
)
public:
virtual bool OnPointerDoubleClick(
AnnContainer^ sender,
AnnPointerEventArgs^ e
)
sender
The container associated with this designer.
e
The event data.
true if this event is handled; otherwise, it is false.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET