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