Search Results for

    Show / Hide Table of Contents

    Delegate Tree._IsDragAllowedCallback

    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    delegate Node.DragType _IsDragAllowedCallback(IntPtr tree, IntPtr node, int columnID);
    Parameters
    Type Name Description
    System.IntPtr tree
    System.IntPtr node
    System.Int32 columnID
    Returns
    Type Description
    Node.DragType

    Constructors

    _IsDragAllowedCallback(Object, IntPtr)

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

    Methods

    BeginInvoke(IntPtr, IntPtr, Int32, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(IntPtr tree, IntPtr node, int columnID, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.IntPtr tree
    System.IntPtr node
    System.Int32 columnID
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual Node.DragType EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    Node.DragType

    Invoke(IntPtr, IntPtr, Int32)

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