Search Results for

    Show / Hide Table of Contents

    Delegate Navigator.NodeDeselectedCallback

    Namespace: NXOpen.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public delegate void Navigator.NodeDeselectedCallback(NavigatorNode node)
    Parameters
    Type Name Description
    NavigatorNode node

    Constructors

    NodeDeselectedCallback(object, nint)

    Declaration
    public NodeDeselectedCallback(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 void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result

    Invoke(NavigatorNode)

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