Skip to main content

ScrollEventArgs Class

Definition

Assembly:Avalonia.Controls
Package:Avalonia
public class ScrollEventArgs

Inheritance: EventArgs -> ScrollEventArgs

Constructors

NameDescription
ScrollEventArgsNo summary available.

ScrollEventArgs Constructor

public ScrollEventArgs(Avalonia.Controls.Primitives.ScrollEventType eventType, double newValue)

Parameters

eventType Avalonia.Controls.Primitives.ScrollEventType

newValue double

Properties

NameDescription
NewValueNo summary available.
ScrollEventTypeNo summary available.

NewValue Property

public double NewValue { get; set; }

ScrollEventType Property

public Avalonia.Controls.Primitives.ScrollEventType ScrollEventType { get; set; }