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

IWizardEventArgs<Sender> Interface

Provides data for the wizard’s afterInitialize event.

Declaration

interface IWizardEventArgs<Sender>

Type Parameters

Name Description
Sender

An event sender.

Remarks

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

Properties

wizard Property

Specifies the wizard.

Declaration

wizard: Sender

Property Value

Type Description
Sender

The wizard.