Class TextChangingEventArgs | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

An EventArgs which allows passing a cancelable new text value event.

public class TextChangingEventArgs : EventArgs

Inheritance

object

EventArgs

TextChangingEventArgs

Inherited Members

EventArgs.Empty

object.ToString()

object.Equals(object)

object.Equals(object, object)

object.ReferenceEquals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

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.

Edit this page