Class SelectionChangedEventArgs | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Event arguments describing a change in selected object in a tree view
public class SelectionChangedEventArgs<T> : EventArgs where T : class
Type Parameters
T
Inheritance
SelectionChangedEventArgs
Inherited Members
Constructors
SelectionChangedEventArgs(TreeView, T, T)
Creates a new instance of event args describing a change of selection in tree
Properties
The newly selected value in the Tree (can be null)
The previously selected value (can be null)
The view in which the change occurred