Table of Contents

Constructor ContentsChangedEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ContentsChangedEventArgs(int, int)

Creates a new ContentsChanged instance.

public ContentsChangedEventArgs(int currentRow, int currentColumn)

Parameters

currentRow int

Contains the row where the change occurred.

currentColumn int

Contains the column where the change occured.