Class TextView.ContentsChangedEventArgs | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Event arguments for events for when the contents of the TextView change. E.g. the ContentsChanged event.

public class TextView.ContentsChangedEventArgs : EventArgs

Inheritance

object

EventArgs

TextView.ContentsChangedEventArgs

Inherited Members

EventArgs.Empty

object.ToString()

object.Equals(object)

object.Equals(object, object)

object.ReferenceEquals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

Constructors

ContentsChangedEventArgs(int, int)

Creates a new ContentsChanged instance.

Properties

Col

Contains the column where the change occurred.

Row

Contains the row where the change occurred.

Edit this page