Search Results for

    Show / Hide Table of Contents

    Delegate Navigator.NodeContextMenuItemActionCallback

    Namespace: NXOpen.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public delegate int Navigator.NodeContextMenuItemActionCallback(NavigatorNode node)
    Parameters
    Type Name Description
    NavigatorNode node
    Returns
    Type Description
    int

    Constructors

    NodeContextMenuItemActionCallback(object, nint)

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

    Methods

    BeginInvoke(NavigatorNode, AsyncCallback, object)

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

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