Class GridCurrentCellDeactivatedEventArgs
Provides data about the CurrentCellDeactivated event.
Inheritance
System.Object
System.EventArgs
GridCurrentCellDeactivatedEventArgs
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 class GridCurrentCellDeactivatedEventArgs : GridCellEventArgs
Remarks
The GridCurrentCellDeactivatedEventArgs is a custom event argument class used by the CurrentCellDeactivated event that notifies you that the current cell has been deactivated at the specified cell position.
Constructors
GridCurrentCellDeactivatedEventArgs(Int32, Int32)
Initializes the new instances for the GridCurrentCellDeactivatedEventArgs class.
Declaration
public GridCurrentCellDeactivatedEventArgs(int rowIndex, int colIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | rowIndex | The row index. |
System.Int32 | colIndex | The column index. |