Skip to main content
All docs
V26.1
  • 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.

    Properties

    wizard Property

    Specifies the wizard.

    Declaration

    wizard: Sender

    Property Value

    Type Description
    Sender

    The wizard.