Class GridScrollPositionChangedEventArgs
Provides the data for the VScrollPixelPosChanged and HScrollPixelPosChanged events.
Inheritance
System.Object
GridScrollPositionChangedEventArgs
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridScrollPositionChangedEventArgs : SyncfusionSuccessEventArgs
Constructors
GridScrollPositionChangedEventArgs(Boolean)
Initializes the new instances for the GridScrollPositionChangedEventArgs class.
Declaration
public GridScrollPositionChangedEventArgs(bool success)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | success | Indicates if operation was successful. |