Table of Contents

Class TextView.ContentsChangedEventArgs

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
TextView.ContentsChangedEventArgs
Inherited Members

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.