Class ContentsChangedEventArgs | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

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

public class ContentsChangedEventArgs : EventArgs

Inheritance

object

EventArgs

ContentsChangedEventArgs

Inherited Members

EventArgs.Empty

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

object.ReferenceEquals(object, object)

object.ToString()

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