Table of Contents

Class 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 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.