TextChangingEventArgs Class |
Namespace: Eto.Forms
The TextChangingEventArgs type exposes the following members.
Name | Description | |
---|---|---|
TextChangingEventArgs(String, RangeInt32, Boolean) |
Initializes a new instance of the TextChangingEventArgs class.
| |
TextChangingEventArgs(String, String, Boolean) |
Initializes a new instance of the TextChangingEventArgs class.
| |
TextChangingEventArgs(String, RangeInt32, String, Boolean) |
Initializes a new instance of the TextChangingEventArgs class.
|
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.
|