Class GridScrollPositionChangingEventArgs
Provides the data for the VScrollPixelPosChanging and HScrollPixelPosChanging events.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridScrollPositionChangingEventArgs : SyncfusionCancelEventArgs
Constructors
GridScrollPositionChangingEventArgs(Int32)
Initializes the new instances for the GridScrollPositionChangingEventArgs class.
Declaration
public GridScrollPositionChangingEventArgs(int scrollPosition)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | scrollPosition | The new scroll position. |
Properties
ScrollPosition
Gets or sets the new scroll position.
Declaration
[TraceProperty(true)]
public int ScrollPosition { get; set; }
Property Value
Type |
---|
System.Int32 |