Table of Contents

Class SplitterEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Provides data for TileView events.

public class SplitterEventArgs : EventArgs
Inheritance
SplitterEventArgs
Inherited Members

Constructors

SplitterEventArgs(TileView, int, Pos)

Creates a new instance of the SplitterEventArgs class.

Properties

Idx

Gets the index of the splitter that is being moved. This can be used to index SplitterDistances

SplitterDistance

New position of the splitter line (see SplitterDistances).

TileView

Container (sender) of the event.