Search Results for

    Show / Hide Table of Contents

    Delegate Tree.StateIconNameCallback

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

    Constructors

    StateIconNameCallback(Object, IntPtr)

    Declaration
    public StateIconNameCallback(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Tree, Node, Int32, 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
    System.Int32 state
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(Tree, Node, Int32)

    Declaration
    public virtual string Invoke(Tree tree, Node node, int state)
    Parameters
    Type Name Description
    Tree tree
    Node node
    System.Int32 state
    Returns
    Type Description
    System.String
    In This Article
    Back to top Generated by DocFX