Class GridRowColIndexChangedEventArgs
Used by TopRowChanged and LeftColChanged events.
Inheritance
System.Object
System.EventArgs
GridRowColIndexChangedEventArgs
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 GridRowColIndexChangedEventArgs : SyncfusionSuccessEventArgs
Remarks
GridRowColIndexChangedEventArgs is a custom event argument class used by the TopRowChanged and LeftColChanged events.
These events are raised after the grid is scrolled.
The Success property indicates if the grid control was successfully scrolled to the new position.
Constructors
GridRowColIndexChangedEventArgs(Int32, Boolean)
Initializes a new instances for the GridRowColIndexChangedEventArgs class.
Declaration
public GridRowColIndexChangedEventArgs(int savedRowColIndex, bool success)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | savedRowColIndex | The saved TopRowIndex or LeftColIndex value. |
System.Boolean | success | Indicates if operation was ended successfully or was aborted. |
Properties
SavedValue
Gets the saved TopRowIndex or LeftColIndex value.
Declaration
[TraceProperty(true)]
public int SavedValue { get; }
Property Value
Type |
---|
System.Int32 |