Show / Hide Table of Contents

    Class NodeEventArgs

    Event arguments which contain a tree node.

    Inheritance
    System.Object
    NodeEventArgs
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public class NodeEventArgs

    Constructors

    | Improve this Doc View Source

    NodeEventArgs(ITreeStringNode)

    Initializes a new instance of the NodeEventArgs class.

    Declaration
    public NodeEventArgs(ITreeStringNode node)
    Parameters
    Type Name Description
    ITreeStringNode node

    Node.

    Properties

    | Improve this Doc View Source

    Node

    Gets the node.

    Declaration
    public ITreeStringNode Node { get; }
    Property Value
    Type Description
    ITreeStringNode

    The node.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX