←Select platform

OnPointerDoubleClick Method (AnnEditDesigner)

Summary

Provides an implementation of the OnPointerDoubleClick event in this AnnEditDesigner object.

Syntax

C#
VB
Java
Objective-C
WinRT C#
Public Overrides Function OnPointerDoubleClick( _ 
   ByVal sender As Leadtools.Annotations.Core.AnnContainer, _ 
   ByVal e As Leadtools.Annotations.Core.AnnPointerEventArgs _ 
) As Boolean 
- (BOOL)onDoubleTap:(LTAnnContainer *)container args:(LTAnnPointerEventArgs *)args
@Override public boolean onPointerDoubleClick( 
             AnnContainer container,  
             AnnPointerEvent event 
) 
function Leadtools.Annotations.Designers.AnnEditDesigner.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.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Designers Assembly
Click or drag to resize