Search
TextValidationEventArgs Members
Constructors Properties
 


Provides argument for text validation events.

The following tables list the members exposed by the TextValidationEventArgs type.

 Public Constructors

  Name Description

TextValidationEventArgs

Initializes a new instance of the ComponentValidationEventArgs class.

 Public Properties

  Name Description

Cancel

Gets or sets a value indicating whether the operation was canceled.

Component

Gets the related component. (Inherited from ComponentEventArgs.)

NewText

Gets or sets the new value of the changed text. (Inherited from TextEventArgs.)

OldText

Gets or sets the previous value of the changed text. (Inherited from TextEventArgs.)

ParentHost

Gets the host containing the component. (Inherited from ComponentEventArgs.)

 See Also