Class GridScrollingEvents
Provides data for the OnScrolled event.
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public class GridScrollingEvents : EventArgs
Constructors
GridScrollingEvents(nfloat)
Initializes a new instance of the GridScrollingEvents class.
Declaration
public GridScrollingEvents(nfloat value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.nfloat | value | The new vertical offset value. |
Properties
ChangedValue
Gets the changed vertical offset value.
Declaration
public nfloat ChangedValue { get; }
Property Value
| Type | Description |
|---|---|
| System.nfloat | The changed vertical offset value. |