Search Results for

    Show / Hide Table of Contents

    Delegate SetList._ReorderCallback

    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    delegate int _ReorderCallback(IntPtr list, IntPtr reorderedBlock, int oldPosition, int newPosition);
    Parameters
    Type Name Description
    System.IntPtr list
    System.IntPtr reorderedBlock
    System.Int32 oldPosition
    System.Int32 newPosition
    Returns
    Type Description
    System.Int32

    Constructors

    _ReorderCallback(Object, IntPtr)

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

    Methods

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

    Declaration
    public virtual IAsyncResult BeginInvoke(IntPtr list, IntPtr reorderedBlock, int oldPosition, int newPosition, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.IntPtr list
    System.IntPtr reorderedBlock
    System.Int32 oldPosition
    System.Int32 newPosition
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual int EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    System.Int32

    Invoke(IntPtr, IntPtr, Int32, Int32)

    Declaration
    public virtual int Invoke(IntPtr list, IntPtr reorderedBlock, int oldPosition, int newPosition)
    Parameters
    Type Name Description
    System.IntPtr list
    System.IntPtr reorderedBlock
    System.Int32 oldPosition
    System.Int32 newPosition
    Returns
    Type Description
    System.Int32
    In This Article
    Back to top Generated by DocFX