Class ObjectActivatedEventArgs<T>
Event args for the ObjectActivated event
public class ObjectActivatedEventArgs<T> where T : class
Type Parameters
T
- Inheritance
-
ObjectActivatedEventArgs<T>
- Inherited Members
Constructors
- ObjectActivatedEventArgs(TreeView<T>, T)
Creates a new instance documenting activation of the
activated
object
Properties
- ActivatedObject
The object that was selected at the time of activation
- Tree
The tree in which the activation occurred