Search
TextEventArgs Members
Constructors Properties
 


Provides arguments for text-related events.

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

 Public Constructors

  Name Description

TextEventArgs

Initializes a new instance of the TextEventArgs class.

 Public Properties

  Name Description

Component

Gets the related component. (Inherited from ComponentEventArgs.)

NewText

Gets or sets the new value of the changed text.

OldText

Gets or sets the previous value of the changed text.

ParentHost

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

 See Also