Skip to main content

IBeforeWizardInitializeEventArgs<Sender> Interface

Provides data for the wizard’s beforeInitialize event.

Declaration

export interface IBeforeWizardInitializeEventArgs<Sender> extends IWizardEventArgs<Sender>

Type Parameters

Name Description
Sender

The event sender.

Remarks

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

Inherited Members

Inheritance

Properties

state Property

Specifies the wizard’s state.

Declaration

state: any

Property Value

Type Description
any

The wizard’s state.