Version

ErrorEventArgs Class Members

The following tables list the members exposed by ErrorEventArgs.

Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyDataErrorInfoIf this error event was fired due to a data error, this will return the DataErrorInfo instance associated with it. Otherwise it will return null.  
Public PropertyErrorTextGets or sets the error text. This is the text that will be displayed in the error dialog box. You can modify this property to change what is displayed in the error dialog box. To prevent the error dialog box from displaying, set the Cancel to true.  
Public PropertyErrorTypeIndicates what type of error occurred that prompted this Error event to be fired.  
Public PropertyMaskErrorInfoIf this error event was fired due to a mask error, this will return the MaskErrorInfo instance associated with it. Otherwise it will return null.  
Public PropertyMultiCellOperationErrorInfoThis object contains information on the error that occurred during a multi-cell operation.  
See Also