ScreenEventArgs
Class

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

Summary:
Defines the screen event args.

Inheritance:
Object =>
EventArgs =>
ScreenEventArgs
Derived:

Constructors

// Defines the screen event args.
LvcPoint location, // The pointer location.
Object originalEvent// The original event.
)

Properties

Gets the pointer location.
Type: LvcPoint
Gets the original event.
Type: Object