Table of Contents

Constructor SelectionChangedEventArgs

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

SelectionChangedEventArgs(TreeView<T>, T?, T?)

Creates a new instance of event args describing a change of selection in tree.

public SelectionChangedEventArgs(TreeView<T> tree, T? oldValue, T? newValue)

Parameters

tree TreeView<T>

The tree view in which the selection changed.

oldValue T

The previously selected value.

newValue T

The newly selected value.