Class ScrollChangedEventArgs
Inheritance
System.Object
ScrollChangedEventArgs
Namespace: Syncfusion.Maui.GridCommon.ScrollAxis
Assembly: Syncfusion.Maui.GridCommon.dll
Syntax
public class ScrollChangedEventArgs : EventArgs
Constructors
ScrollChangedEventArgs(ScrollChangedAction)
Declaration
public ScrollChangedEventArgs(ScrollChangedAction action)
Parameters
Type | Name | Description |
---|---|---|
ScrollChangedAction | action |
Properties
Action
Declaration
public ScrollChangedAction Action { get; }
Property Value
Type |
---|
ScrollChangedAction |