GrapeCity.Win.MultiRow Namespace : DataErrorEventArgs Class |
The following tables list the members exposed by DataErrorEventArgs.
Name | Description | |
---|---|---|
DataErrorEventArgs Constructor | Initializes a new instance of the DataErrorEventArgs class. |
Name | Description | |
---|---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | |
CellIndex | Gets the cell index in its parent Section. (Inherited from GrapeCity.Win.MultiRow.CellCancelEventArgs) | |
CellName | Gets the cell name. (Inherited from GrapeCity.Win.MultiRow.CellCancelEventArgs) | |
Context | Gets the context of this data error. | |
Exception | Gets the thrown exception that caused the data error. | |
RowIndex | Gets the index of the owner Row that the event occurs for. (Inherited from GrapeCity.Win.MultiRow.CellCancelEventArgs) | |
Scope | Gets the cell area that the event occurs for. (Inherited from GrapeCity.Win.MultiRow.CellCancelEventArgs) | |
SectionIndex | Gets the index of the owner Section that the event occurs for. (Inherited from GrapeCity.Win.MultiRow.CellCancelEventArgs) | |
ThrowException | Gets a value that indicates whether to throw an exception. |