Search Results for

    Show / Hide Table of Contents

    Delegate ListBox._AddCallback

    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    delegate int _AddCallback(IntPtr list);
    Parameters
    Type Name Description
    System.IntPtr list
    Returns
    Type Description
    System.Int32

    Constructors

    _AddCallback(Object, IntPtr)

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

    Methods

    BeginInvoke(IntPtr, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(IntPtr list, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.IntPtr list
    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)

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