Class ObjectActivatedEventArgs | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Event args for the ObjectActivated event

public class ObjectActivatedEventArgs<T> where T : class

Type Parameters

T

Inheritance

object

ObjectActivatedEventArgs

Inherited Members

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

object.ReferenceEquals(object, object)

object.ToString()

Constructors

ObjectActivatedEventArgs(TreeView, 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

Edit this page