Class GridRowColIndexChangingEventArgs
Used by TopRowChanging and LeftColChanging events.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridRowColIndexChangingEventArgs : SyncfusionCancelEventArgs
Remarks
GridRowColIndexChangingEventArgs is a custom event argument class used by the TopRowChanging and LeftColChanging events.
These events are raised just before the grid is scrolled.
You can disallow the scrolling of the grid at run-time when you assign true to System.ComponentModel.CancelEventArgs.Cancel.
Constructors
GridRowColIndexChangingEventArgs(Int32)
Initializes a new instances for the GridRowColIndexChangingEventArgs class.
Declaration
public GridRowColIndexChangingEventArgs(int rowColIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | rowColIndex | The new TopRowIndex or LeftColIndex value. |
Properties
Value
Gets the new TopRowIndex or LeftColIndex value.
Declaration
[TraceProperty(true)]
public int Value { get; }
Property Value
Type |
---|
System.Int32 |