Version

TimeSpanEditorValidationErrorEventArgs Class Members

The following tables list the members exposed by TimeSpanEditorValidationErrorEventArgs.

Public Constructors
 NameDescription
Public ConstructorTimeSpanEditorValidationErrorEventArgs ConstructorCreates a new instance of the class.  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyInvalidTextReturns or sets the invalid user input that caused the event to fire.  
Public PropertyMessageReturns or sets the message that is displayed to notify the user of the error.  
Public PropertyMessageBoxIconReturns or sets the icon that is displayed in the MessageBox.  
Public PropertyMessageBoxTitleReturns or sets the text that is displayed in the titlebar of the MessageBox.  
Public PropertyPromptUserReturns or sets a boolean value indicating whether the user is notified of the validation error via MessageBox.  
Public PropertyReasonReturns the reason the validation failed.  
Public PropertyRetainFocusReturns or sets a boolean value indicating whether the control retains the input focus until the error condition is cleared.  
See Also