←Select platform

AutomationDoubleClick Event

Summary
Event that must trigger when the pointer (mouse or touch) is double-clicked or double-tapped on the control. AnnPointerEventArgs
Syntax
C#
C++/CLI
Python
public event EventHandler<AnnPointerEventArgs> AutomationDoubleClick 
public:  
   event EventHandler<AnnPointerEventArgs^>^ AutomationDoubleClick 
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.

PropertyDescription
Button Gets the mouse button that was pressed.
Remarks

OnAutomationDoubleClick implementation must trigger the AutomationDoubleClick event.

Requirements

Target Platforms

Help Version 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.