Search Results for

    Show / Hide Table of Contents

    Delegate Wizard.IsStepOkayCallback

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

    Constructors

    IsStepOkayCallback(object, nint)

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

    EndInvoke(IAsyncResult)

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

    Invoke(Wizard, int)

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