Class GridCurrentCellActivateFailedEventArgs
Provides data about the CurrentCellActivateFailed event.
Inheritance
System.Object
System.EventArgs
GridCurrentCellActivateFailedEventArgs
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 GridCurrentCellActivateFailedEventArgs : GridCellEventArgs
Remarks
The GridCurrentCellActivateFailedEventArgs is a custom event argument class used by the GridCurrentCell.CurrentCellActivateFailed"/> event that notifies you that the current cell could not be activated at the specified cell position.
ErrorMessage may hold an error message why the operation failed.
Constructors
GridCurrentCellActivateFailedEventArgs(Int32, Int32)
Initializes the new instances for the GridCurrentCellActivateFailedEventArgs class.
Declaration
public GridCurrentCellActivateFailedEventArgs(int rowIndex, int colIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | rowIndex | The row index. |
System.Int32 | colIndex | The column index. |