IWizardEventArgs<Sender> Interface
In This Article
Provides data for the wizard’s afterInitialize event.
#Declaration
TypeScript
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
TypeScript
wizard: Sender
#Property Value
Type | Description |
---|---|
Sender | The wizard. |