(Leadtools.Annotations.Automation)

AutomationDoubleClick Event

Show in webframe




Represents an event of that triggers when the the pointer (mouse or touch) is double clicked on the surface of the control.
Syntax
public event EventHandler<AnnPointerEventArgs> AutomationDoubleClick
public event EventHandler<AnnPointerEventArgs> AutomationDoubleClick
-(void) automationControl:(id<LTIAnnAutomationControl>)control doubleTap:(LTAnnPointerEventArgs*) args;
void onPointerDoubleTap(AnnPointerEvent event);
add_AutomationDoubleClick(function(sender, e))
remove_AutomationDoubleClick(function(sender, e))

Event Data

The event handler receives an argument of type AnnPointerEventArgs containing data related to this event. The following AnnPointerEventArgs properties provide information specific to this event.

PropertyDescription
Button  
Location  
Requirements

Target Platforms

See Also

Reference

ImageViewerAutomationControl Class
ImageViewerAutomationControl Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.