The following tables list the members exposed by ToolEditErrorEventArgs.
Name | Description | |
---|---|---|
ToolEditErrorEventArgs Constructor | Initializes a new ToolEditErrorEventArgs |
Name | Description | |
---|---|---|
CancelingEditMode | Indicates whether the edit operation is being canceled. | |
ErrorText | Gets or sets the error text. | |
Exception | The exception, if any, that lead to this error event. | |
ForceExit | ReadOnly. True if the tool is being forced to exit edit mode. If this is true then StayInEditMode will be ignored. | |
RestoreOriginalValue | Whether to restore the value in the tool to original value of the tool before entering edit mode. Default value is true. | |
ShowErrorMessage | Returns or sets a boolean indicating whether an error message should be displayed to the end user. | |
StayInEditMode | Indicates whether to stay in edit mode. Default value is true. | |
Tool | The tool. (Inherited from Infragistics.Win.UltraWinToolbars.ToolEventArgs) |