Class ScrollChangedEventArgs
Inheritance
System.Object
ScrollChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Grids.ScrollAxis
Assembly: Syncfusion.GridCommon.WinUI.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 |