Class ScrollEventArgs
- Namespace
- Avalonia.Controls.Primitives
- Assembly
- Avalonia.Controls.dll
public class ScrollEventArgs : EventArgs
- Inheritance
-
ScrollEventArgs
- Inherited Members
Constructors
ScrollEventArgs(ScrollEventType, double)
public ScrollEventArgs(ScrollEventType eventType, double newValue)
Parameters
eventType
ScrollEventTypenewValue
double
Properties
NewValue
public double NewValue { get; }
Property Value
ScrollEventType
public ScrollEventType ScrollEventType { get; }