Search Results for

    Show / Hide Table of Contents

    Delegate Tree.OnInsertColumnCallback

    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public delegate void Tree.OnInsertColumnCallback(Tree tree, Node node, int columnID)
    Parameters
    Type Name Description
    Tree tree
    Node node
    int columnID

    Constructors

    OnInsertColumnCallback(object, nint)

    Declaration
    public OnInsertColumnCallback(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 columnID, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    Tree tree
    Node node
    int columnID
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(Tree, Node, int)

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