←Select platform

AutomationPointerDown Event

Summary

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

Syntax
C#
VB
C++
public event EventHandler<AnnPointerEventArgs> AutomationPointerDown 
Event AutomationPointerDown As EventHandler(Of AnnPointerEventArgs) 
public:  
   event EventHandler<AnnPointerEventArgs^>^ AutomationPointerDown 

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

OnAutomationPointerDown implementation must trigger the AutomationPointerDown event.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly