Click or drag to resize

UserInteractiveDeviceEventArgs Methods

LightningChart .NET Help

The UserInteractiveDeviceEventArgs type exposes the following members.

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
See Also