DataGridViewDataErrorEventArgs Properties
.NET Framework 4.5
The DataGridViewDataErrorEventArgs 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. (Inherited from DataGridViewCellCancelEventArgs.) |
|
Context | Gets details about the state of the DataGridView when the error occurred. |
|
Exception | Gets the exception that represents the error. |
|
RowIndex | Gets the row index of the cell that the event occurs for. (Inherited from DataGridViewCellCancelEventArgs.) |
|
ThrowException | Gets or sets a value indicating whether to throw the exception after the DataGridViewDataErrorEventHandler delegate is finished with it. |