Constructor ObjectActivatedEventArgs
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
TWhat object is being activated