The following tables list the members exposed by TimeSpanEditorValidationErrorEventArgs.
Name | Description | |
---|---|---|
TimeSpanEditorValidationErrorEventArgs Constructor | Creates a new instance of the class. |
Name | Description | |
---|---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | |
InvalidText | Returns or sets the invalid user input that caused the event to fire. | |
Message | Returns or sets the message that is displayed to notify the user of the error. | |
MessageBoxIcon | Returns or sets the icon that is displayed in the MessageBox. | |
MessageBoxTitle | Returns or sets the text that is displayed in the titlebar of the MessageBox. | |
PromptUser | Returns or sets a boolean value indicating whether the user is notified of the validation error via MessageBox. | |
Reason | Returns the reason the validation failed. | |
RetainFocus | Returns or sets a boolean value indicating whether the control retains the input focus until the error condition is cleared. |