Search Results for

    Show / Hide Table of Contents

    Delegate CustomPopupMenuHandler.AddCustomPopupMenuCallback

    Namespace: NXOpen
    Assembly: NXOpenUI.dll
    Syntax
    public delegate int CustomPopupMenuHandler.AddCustomPopupMenuCallback()
    Returns
    Type Description
    int

    Constructors

    AddCustomPopupMenuCallback(object, nint)

    Declaration
    public AddCustomPopupMenuCallback(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    BeginInvoke(AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke()

    Declaration
    public virtual int Invoke()
    Returns
    Type Description
    int
    In this article
    Back to top Generated by DocFX