Click or drag to resize

PointerButtonEventArgs Class

LightningChart .NET Help
Pointer button event arguments.
Inheritance Hierarchy
SystemObject
  LightningChartLib.UWP.ChartingMVVMPointerEventArgs
    LightningChartLib.UWP.ChartingMVVMPointerButtonEventArgs

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public class PointerButtonEventArgs : PointerEventArgs

The PointerButtonEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodPointerButtonEventArgs Constructor.
Top
Properties
 NameDescription
Public propertyHandled

[Missing <summary> documentation for "P:LightningChartLib.UWP.ChartingMVVM.PointerEventArgs.Handled"]


(Inherited from PointerEventArgs)
Public propertyLeftButton Left (primary) device button state.
(Inherited from PointerEventArgs)
Public propertyOriginalSource Original source of event.
(Inherited from PointerEventArgs)
Public propertyRightButton Right (secondary) device button state.
(Inherited from PointerEventArgs)
Top
Fields
 NameDescription
Public fieldChangedButton Changed button.
Public fieldChartMessageInfo Information about chart message.
(Inherited from PointerEventArgs)
Public fieldMouseDevice Mouse device, if applicable.
Public fieldRoutedEvent Related RoutedEvent (source).
Public fieldStylusDevice StylysDevice of event.
Public fieldTimestamp Timestamp of event.
Top
See Also