UserInteractiveDeviceEventArgs Class |
Namespace: Arction.Wpf.Charting
The UserInteractiveDeviceEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsButtonPressed |
Check if given button is pressed.
| |
| IsButtonReleased |
Check if given button is released.
| |
| ToString |
Return button state and event type as string.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| ButtonsState |
Buttons with states. Buttons are enumerated as flagged.
| |
| Delta |
Wheel related value.
| |
| EventType |
Event type.
| |
| PointerId |
Pointer Id. Mainly used with UWP.
| |
| Position |
Position in pixel coordinates.
|