Search Results for

    Show / Hide Table of Contents

    Delegate Tree.StateIconNameCallback

    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public delegate string Tree.StateIconNameCallback(Tree tree, Node node, int state)
    Parameters
    Type Name Description
    Tree tree
    Node node
    int state
    Returns
    Type Description
    string

    Constructors

    StateIconNameCallback(object, nint)

    Declaration
    public StateIconNameCallback(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    BeginInvoke(Tree, Node, int, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Tree tree, Node node, int state, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    Tree tree
    Node node
    int state
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual string EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    string

    Invoke(Tree, Node, int)

    Declaration
    public virtual string Invoke(Tree tree, Node node, int state)
    Parameters
    Type Name Description
    Tree tree
    Node node
    int state
    Returns
    Type Description
    string
    In this article
    Back to top Generated by DocFX