Search Results for

    Show / Hide Table of Contents

    Delegate Wizard.StepNotifyPostCallback

    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public delegate void Wizard.StepNotifyPostCallback(Wizard wizard, int nextStep)
    Parameters
    Type Name Description
    Wizard wizard
    int nextStep

    Constructors

    StepNotifyPostCallback(object, nint)

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

    Methods

    BeginInvoke(Wizard, int, AsyncCallback, object)

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

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