TextChangingEventArgs Properties |
The TextChangingEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| FromUser |
Gets a value indicating that the change was initiated by the user, false
| |
| NewText |
Gets the new text the control will contain after the change.
| |
| OldText |
Gets the entire old text for the control.
| |
| Range |
Gets the range that the text will be replaced or deleted.
| |
| Text |
Gets the text that is to be inserted at the given Range, or string.Empty if text will be deleted.
|