Search Results for

    Show / Hide Table of Contents

    Delegate Wizard.OnSubNodeCallback

    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public delegate void Wizard.OnSubNodeCallback(Wizard wizard, int step, int subNodeId, Wizard.SubNodeAction action)
    Parameters
    Type Name Description
    Wizard wizard
    int step
    int subNodeId
    Wizard.SubNodeAction action

    Constructors

    OnSubNodeCallback(object, nint)

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

    Methods

    BeginInvoke(Wizard, int, int, SubNodeAction, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Wizard wizard, int step, int subNodeId, Wizard.SubNodeAction action, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    Wizard wizard
    int step
    int subNodeId
    Wizard.SubNodeAction action
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(Wizard, int, int, SubNodeAction)

    Declaration
    public virtual void Invoke(Wizard wizard, int step, int subNodeId, Wizard.SubNodeAction action)
    Parameters
    Type Name Description
    Wizard wizard
    int step
    int subNodeId
    Wizard.SubNodeAction action
    In this article
    Back to top Generated by DocFX