ScrollEventArgs
Class

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

Summary:
Defines the scroll event args.

Inheritance:
Object =>
EventArgs =>
ScreenEventArgs =>
ScrollEventArgs

Constructors

// Defines the scroll event args.
LvcPoint location, // The pointer location.
Double scrollDelta, // Indicates the scroll delta.
Object originalEvent// The original event.
)

Properties

Gets the scroll delta.
Type: Double
Gets the pointer location.
Type: LvcPoint
Gets the original event.
Type: Object