Class ScrollStateChangedEventArgs
Provides data for ScrollStateChanged event.
Inheritance
System.Object
ScrollStateChangedEventArgs
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public class ScrollStateChangedEventArgs : EventArgs
Constructors
ScrollStateChangedEventArgs(ScrollState)
Initializes a new instance of the ScrollStateChangedEventArgs class.
Declaration
public ScrollStateChangedEventArgs(ScrollState scrollstate)
Parameters
| Type | Name | Description |
|---|---|---|
| ScrollState | scrollstate | The current scrolling state of SfDataGrid. |
Properties
ScrollState
Gets the current scrolling state of SfDataGrid.
Declaration
public ScrollState ScrollState { get; }
Property Value
| Type |
|---|
| ScrollState |