Search Results for

    Show / Hide Table of Contents

    Delegate ListBox.AddCallback

    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public delegate int AddCallback(ListBox list);
    Parameters
    Type Name Description
    ListBox 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(ListBox, AsyncCallback, Object)

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

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