Class SplitterEventArgs | Terminal.Gui v2 (original) (raw)

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 indexSplitterDistances

SplitterDistance

New position of the splitter line (see SplitterDistances).

TileView

Container (sender) of the event.