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