DataGridViewDataErrorEventArgs Properties
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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. |
Show:
