ScrollEventArgs Class
Definition
public class ScrollEventArgs
Constructors
| Name | Description |
|---|---|
| ScrollEventArgs | No summary available. |
ScrollEventArgs Constructor
public ScrollEventArgs(Avalonia.Controls.Primitives.ScrollEventType eventType, double newValue)
Parameters
eventType Avalonia.Controls.Primitives.ScrollEventType
newValue double
Properties
| Name | Description |
|---|---|
| NewValue | No summary available. |
| ScrollEventType | No summary available. |
NewValue Property
public double NewValue { get; set; }
ScrollEventType Property
public Avalonia.Controls.Primitives.ScrollEventType ScrollEventType { get; set; }