←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
WinRT C#
event EventHandler<AnnPointerEventArgs> AutomationPointerDown
Event AutomationPointerDown As EventHandler(Of AnnPointerEventArgs)
event EventHandler<AnnPointerEventArgs> AutomationPointerDown
add_AutomationPointerDown(function(sender, e)) 
remove_AutomationPointerDown(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 Gets the mouse button that was pressed.
IsHandled Gets or sets whether the event has been handled by the automation.
Location Gets or sets the location of the mouse.
Remarks

OnAutomationPointerDown implementation must trigger the AutomationPointerDown event.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize