Search Results for

    Show / Hide Table of Contents

    Delegate Navigator.NodeContextMenuItemDefaultMenuItemCallback

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

    Constructors

    NodeContextMenuItemDefaultMenuItemCallback(object, nint)

    Declaration
    public NodeContextMenuItemDefaultMenuItemCallback(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 bool EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    bool

    Invoke(NavigatorNode)

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