Table of Contents

Constructor SelectionChangedEventArgs

Namespace
Terminal.Gui.Trees
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>
oldValue T
newValue T