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

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.

Edit this page