IBeforeWizardSectionInitializeEventArgs<Sender> Interface
Provides data for the fullscreen page’s beforeSectionInitialize event.
Declaration
export interface IBeforeWizardSectionInitializeEventArgs<Sender> extends IWizardSectionEventArgs<Sender>
Type Parameters
Name | Description |
---|---|
Sender | The event sender. |
Remarks
IBeforeWizardSectionInitializeEventArgs objects are automatically created, initialized and passed to corresponding event handlers.
Inheritance
IWizardSectionEventArgs<Sender>
IBeforeWizardSectionInitializeEventArgs<Sender>
Properties
state Property
Specifies the section’s state.
Declaration
state: any
Property Value
Type | Description |
---|---|
any | The section’s state. |