Search Results for

    Show / Hide Table of Contents

    Delegate Tree.OnDropMenuCallback

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

    Constructors

    OnDropMenuCallback(object, nint)

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

    Methods

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

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

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