Search
TextValidationEventArgs Properties
 


 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