AutomationDoubleClick Event (original) (raw)

Summary

Event that must trigger when the pointer (mouse or touch) is double-clicked or double-tapped on the control. AnnPointerEventArgs

Syntax

def AutomationDoubleClick(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.