Click or drag to resize

UserInteractiveDeviceEventArgs Class

LightningChart .NET Help
Mouse/Pointer/Touch/Pen/input device related event arguments. Position is pixels.
Inheritance Hierarchy
SystemObject
  Arction.Wpf.ChartingUserInteractiveDeviceEventArgs

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public class UserInteractiveDeviceEventArgs

The UserInteractiveDeviceEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyHandled
Event handled status.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsButtonPressed
Check if given button is pressed.
Public methodIsButtonReleased
Check if given button is released.
Public methodToString
Return button state and event type as string.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldButtonsState
Buttons with states. Buttons are enumerated as flagged.
Public fieldDelta
Wheel related value.
Public fieldEventType
Event type.
Public fieldPointerId
Pointer Id. Mainly used with UWP.
Public fieldPosition
Position in pixel coordinates.
Top
See Also