Version

ToolEditErrorEventArgs Class Members

The following tables list the members exposed by ToolEditErrorEventArgs.

Public Constructors
 NameDescription
Public ConstructorToolEditErrorEventArgs ConstructorInitializes a new ToolEditErrorEventArgs  
Public Properties
 NameDescription
Public PropertyCancelingEditModeIndicates whether the edit operation is being canceled.  
Public PropertyErrorTextGets or sets the error text.  
Public PropertyExceptionThe exception, if any, that lead to this error event.  
Public PropertyForceExitReadOnly. True if the tool is being forced to exit edit mode. If this is true then StayInEditMode will be ignored.  
Public PropertyRestoreOriginalValueWhether to restore the value in the tool to original value of the tool before entering edit mode. Default value is true.  
Public PropertyShowErrorMessageReturns or sets a boolean indicating whether an error message should be displayed to the end user.  
Public PropertyStayInEditModeIndicates whether to stay in edit mode. Default value is true.  
Public PropertyToolThe tool. (Inherited from Infragistics.Win.UltraWinToolbars.ToolEventArgs)
See Also