IWizardEventArgs<Sender> Interface
Provides data for the wizard’s afterInitialize event.
Declaration
export interface IWizardEventArgs<Sender>
Type Parameters
| Name | Description |
|---|---|
| Sender | An event sender. |
Remarks
IWizardEventArgs objects are automatically created, initialized and passed to corresponding event handlers.
Inheritance
Properties
wizard Property
Specifies the wizard.
Declaration
wizard: Sender
Property Value
| Type | Description |
|---|---|
| Sender | The wizard. |