Table of Contents

Constructor ObjectActivatedEventArgs

Namespace
Terminal.Gui.Trees
Assembly
Terminal.Gui.dll

ObjectActivatedEventArgs(TreeView<T>, T)

Creates a new instance documenting activation of the activated object

public ObjectActivatedEventArgs(TreeView<T> tree, T activated)

Parameters

tree TreeView<T>

Tree in which the activation is happening

activated T

What object is being activated