Class TextChangingEventArgs | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
An EventArgs which allows passing a cancelable new text value event.
public class TextChangingEventArgs : EventArgs
Inheritance
TextChangingEventArgs
Inherited Members
object.ReferenceEquals(object, object)
Constructors
TextChangingEventArgs(ustring)
Initializes a new instance of TextChangingEventArgs
Properties
Flag which allows to cancel the new text value.
The new text to be replaced.