Class GridScrolledEventArgs
Provides data for the OnScrolled event.
Inherited Members
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public class GridScrolledEventArgs : GridScrollingEvents
Constructors
GridScrolledEventArgs(nfloat)
Initializes a new instance of the GridScrolledEventArgs class with the given vertical offset value.
Declaration
public GridScrolledEventArgs(nfloat value)
Parameters
Type | Name | Description |
---|---|---|
System.nfloat | value | The vertical offset value. |