Class TextChangingEventArgs
An EventArgs which allows passing a cancelable new text value event.
public class TextChangingEventArgs : EventArgs
- Inheritance
-
TextChangingEventArgs
- Inherited Members
Constructors
- TextChangingEventArgs(ustring)
Initializes a new instance of TextChangingEventArgs
Properties
- Cancel
Flag which allows to cancel the new text value.
- NewText
The new text to be replaced.