(Leadtools.Annotations.Automation)

AutomationPointerUp Event

Show in webframe




Represents an event of that triggers when the the pointer (mouse or touch) is up (release) from the surface of the control.
Syntax
public event EventHandler<AnnPointerEventArgs> AutomationPointerUp
public event EventHandler<AnnPointerEventArgs> AutomationPointerUp
-(void) automationControl:(id<LTIAnnAutomationControl>)control pointerUp:(LTAnnPointerEventArgs*) args;
void onPointerUp(AnnPointerEvent event);
add_AutomationPointerUp(function(sender, e))
remove_AutomationPointerUp(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.