Class ScrollChangedEventArgs
Provides data for the Changed event.
Inheritance
System.Object
ScrollChangedEventArgs
Namespace: Syncfusion.GridCommon.ScrollAxis
Assembly: Syncfusion.GridCommon.Portable.dll
Syntax
public class ScrollChangedEventArgs : EventArgs
Constructors
ScrollChangedEventArgs(ScrollChangedAction)
Initializes a new instance of the ScrollChangedEventArgs class.
Declaration
public ScrollChangedEventArgs(ScrollChangedAction action)
Parameters
Type | Name | Description |
---|---|---|
ScrollChangedAction | action | The ScrollChangedAction. |
Properties
Action
Gets the scroll changed action.
Declaration
public ScrollChangedAction Action { get; }
Property Value
Type | Description |
---|---|
ScrollChangedAction | The ScrollChangedAction. |