Class ObjectActivatedEventArgs | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Event args for the ObjectActivated event
public class ObjectActivatedEventArgs<T> where T : class
Type Parameters
T
Inheritance
ObjectActivatedEventArgs
Inherited Members
object.ReferenceEquals(object, object)
Constructors
ObjectActivatedEventArgs(TreeView, T)
Creates a new instance documenting activation of the activated
object
Properties
The object that was selected at the time of activation
The tree in which the activation occurred