Constructor ObjectActivatedEventArgs
ObjectActivatedEventArgs(TreeView<T>, T)
Creates a new instance documenting activation of the activated object
public ObjectActivatedEventArgs(TreeView<T> tree, T activated)
Parameters
treeTreeView<T>Tree in which the activation is happening
activatedTWhat object is being activated