ScrollChangedEventArgs Class

Summary

Describes a change in scrolling state.
Namespace
Avalonia.Controls
Base Types
graph BT Type-->Base0["RoutedEventArgs"] click Base0 "/api/Avalonia.Interactivity/RoutedEventArgs" Base0-->Base1["EventArgs"] Base1-->Base2["object"] Type["ScrollChangedEventArgs"] class Type type-node

Syntax

public class ScrollChangedEventArgs : RoutedEventArgs

Constructors

Properties

Name Value Summary
ExtentDelta Vector
Gets the change to the value of Extent.
Handled bool
Inherited from RoutedEventArgs
OffsetDelta Vector
Gets the change to the value of Offset.
Route RoutingStrategies
Inherited from RoutedEventArgs
RoutedEvent RoutedEvent?
Inherited from RoutedEventArgs
Source IInteractive?
Inherited from RoutedEventArgs
ViewportDelta Vector
Gets the change to the value of Viewport.