Class GridScrollPositionChangedEventArgs
Provides the data for the VScrollPixelPosChanged and HScrollPixelPosChanged events.
Inheritance
System.Object
System.EventArgs
GridScrollPositionChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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. |