Table of Contents

Class ContentsChangedEventArgs

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

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

[Obsolete("ContentsChangedEventArgs is obsolete because TextView is superseded by gui-cs/Editor. See https://github.com/gui-cs/Editor.", false)]
public class ContentsChangedEventArgs : EventArgs
Inheritance
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.