Class SelectionChangedEventArgs | Terminal.Gui v1 (original) (raw)

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

NewValue

The newly selected value in the Tree (can be null)

OldValue

The previously selected value (can be null)

Tree

The view in which the change occurred