Search Results for

    Show / Hide Table of Contents

    Delegate Navigator._NodeDeselectedCallback

    Namespace: NXOpen.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    delegate void _NodeDeselectedCallback(Tag node);
    Parameters
    Type Name Description
    Tag node

    Constructors

    _NodeDeselectedCallback(Object, IntPtr)

    Declaration
    public _NodeDeselectedCallback(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Tag, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Tag node, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    Tag node
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(Tag)

    Declaration
    public virtual void Invoke(Tag node)
    Parameters
    Type Name Description
    Tag node
    In This Article
    Back to top Generated by DocFX