Event that must trigger when the pointer (mouse or touch) is moved or dragged on the control. AnnPointerEventArgs
public event EventHandler<AnnPointerEventArgs> AutomationPointerMove
Event AutomationPointerMove As EventHandler(Of AnnPointerEventArgs)
event EventHandler<AnnPointerEventArgs> AutomationPointerMove
add_AutomationPointerMove(function(sender, e))
remove_AutomationPointerMove(function(sender, e))
public:
event EventHandler<AnnPointerEventArgs^>^ AutomationPointerMove
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. |
IsHandled | Gets or sets whether the event has been handled by the automation. |
Location | Gets or sets the location of the mouse. |
OnAutomationPointerMove implementation must trigger the AutomationPointerMove event.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET