PressedEventArgs
Class

Assembly LiveChartsCore.SkiaSharpView.WinUI
Namespace LiveChartsCore.Native.Events

Summary:
Defines the pointer event args.

Inheritance:
Object =>
EventArgs =>
ScreenEventArgs =>
PressedEventArgs

Constructors

// Defines the pointer event args.
LvcPoint location, // The pointer location.
Boolean isSecondaryPress, // Indicates whether the action is secondary.
Object originalEvent// The original event.
)

Properties

Gets a value indicating whether the action is a secondary press.
Type: Boolean
Gets the pointer location.
Type: LvcPoint
Gets the original event.
Type: Object