Click or drag to resize

TextChangingEventArgs Properties

The TextChangingEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyFromUser
Gets a value indicating that the change was initiated by the user, false
Public propertyNewText
Gets the new text the control will contain after the change.
Public propertyOldText
Gets the entire old text for the control.
Public propertyRange
Gets the range that the text will be replaced or deleted.
Public propertyText
Gets the text that is to be inserted at the given Range, or string.Empty if text will be deleted.
Top
See Also