Search Results for

    Show / Hide Table of Contents

    Class ObjectActivatedEventArgs<T>

    Event args for the ObjectActivated event
    Inheritance
    object
    ObjectActivatedEventArgs<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Terminal.Gui.Trees
    Assembly: Terminal.Gui.dll
    Syntax
    public class ObjectActivatedEventArgs<T> where T : class
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    ObjectActivatedEventArgs(TreeView<T>, T)

    Creates a new instance documenting activation of the activated object
    Declaration
    public ObjectActivatedEventArgs(TreeView<T> tree, T activated)
    Parameters
    Type Name Description
    TreeView<T> tree Tree in which the activation is happening
    T activated What object is being activated

    Properties

    | Edit this page View Source

    ActivatedObject

    The object that was selected at the time of activation
    Declaration
    public T ActivatedObject { get; }
    Property Value
    Type Description
    T
    | Edit this page View Source

    Tree

    The tree in which the activation occurred
    Declaration
    public TreeView<T> Tree { get; }
    Property Value
    Type Description
    TreeView<T>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX