Table of Contents

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 ScrollEventType
newValue double

Properties

NewValue

public double NewValue { get; }

Property Value

double

ScrollEventType

public ScrollEventType ScrollEventType { get; }

Property Value

ScrollEventType