Skip to main content
All docs
V26.1
  • IAfterWizardFinishEventArgs Interface

    Provides data for the wizard’s afterFinish event.

    Declaration

    export interface IAfterWizardFinishEventArgs

    Remarks

    IAfterWizardFinishEventArgs objects are automatically created, initialized and passed to corresponding event handlers.

    Properties

    state Property

    Specifies the wizard’s state.

    Declaration

    state: any

    Property Value

    Type Description
    any

    The wizard state.

    wizardResult Property

    Provides access to the generated report/data source.

    Declaration

    wizardResult?: any

    Property Value

    Type Description
    any

    The resulting report/data source.