Table of Contents

Constructor SplitterEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

SplitterEventArgs(TileView, int, Pos)

Creates a new instance of the SplitterEventArgs class.

public SplitterEventArgs(TileView tileView, int idx, Pos splitterDistance)

Parameters

tileView TileView

TileView in which splitter is being moved.

idx int

Index of the splitter being moved in SplitterDistances.

splitterDistance Pos

The new Pos of the splitter line.