Search Results for

    Show / Hide Table of Contents

    Delegate Tree.OnDropCallback

    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public delegate bool Tree.OnDropCallback(Tree tree, Node[] node, int columnID, Node targetNode, int targetColumnID, Node.DropType dropType, int dropMenuItemId)
    Parameters
    Type Name Description
    Tree tree
    Node[] node
    int columnID
    Node targetNode
    int targetColumnID
    Node.DropType dropType
    int dropMenuItemId
    Returns
    Type Description
    bool

    Constructors

    OnDropCallback(object, nint)

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

    Methods

    BeginInvoke(Tree, Node[], int, Node, int, DropType, int, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Tree tree, Node[] node, int columnID, Node targetNode, int targetColumnID, Node.DropType dropType, int dropMenuItemId, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    Tree tree
    Node[] node
    int columnID
    Node targetNode
    int targetColumnID
    Node.DropType dropType
    int dropMenuItemId
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(Tree, Node[], int, Node, int, DropType, int)

    Declaration
    public virtual bool Invoke(Tree tree, Node[] node, int columnID, Node targetNode, int targetColumnID, Node.DropType dropType, int dropMenuItemId)
    Parameters
    Type Name Description
    Tree tree
    Node[] node
    int columnID
    Node targetNode
    int targetColumnID
    Node.DropType dropType
    int dropMenuItemId
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX