Search Results for

    Show / Hide Table of Contents

    Delegate Tree.IsDropAllowedCallback

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

    Constructors

    IsDropAllowedCallback(object, nint)

    Declaration
    public IsDropAllowedCallback(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 Node.DropType EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    Node.DropType

    Invoke(Tree, Node, int, Node, int)

    Declaration
    public virtual Node.DropType 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
    Returns
    Type Description
    Node.DropType
    In this article
    Back to top Generated by DocFX