Search Results for

    Show / Hide Table of Contents

    Delegate Wizard.StepNotifyPreCallback

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

    Constructors

    StepNotifyPreCallback(object, nint)

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

    Invoke(Wizard, int)

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