Skip to main content
A newer version of this page is available. .

IBeforeWizardInitializeEventArgs<Sender> Interface

Provides data for the wizard’s beforeInitialize event.

Declaration

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.