Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace : InteractiveEventArgs Class |
public class InteractiveEventArgs : System.EventArgs
'Declaration
Public Class InteractiveEventArgs Inherits System.EventArgs
Contains the following:
Member | Description |
---|---|
MouseButton |
The mouse button that triggered this event. Only valid if the device supports mouse. |
NativeEvent |
The native event data associated with this event. |
Origin |
Original mouse or touch position. |
Position |
Current mouse or touch position. |
IsHandled |
Indicate whether this event is handled. |