DataGridViewCellCancelEventArgs Properties
.NET Framework 4.5
The DataGridViewCellCancelEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Cancel | Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.) |
|
ColumnIndex | Gets the column index of the cell that the event occurs for. |
|
RowIndex | Gets the row index of the cell that the event occurs for. |