AutomationPointerUp Event (original) (raw)

Summary

Event that must trigger when the pointer (mouse or touch) is up or released from the control. AnnPointerEventArgs

Syntax

def AutomationPointerUp(sender,e): # sender: IAnnAutomationControl e: AnnPointerEventArgs 

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.

Property Description
Button Gets the mouse button that was pressed.

Leadtools.Annotations.Engine Assembly