Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IBeforeWizardInitializeEventArgs<Sender> Interface

Provides data for the wizard’s beforeInitialize event.

#Declaration

TypeScript
export interface IBeforeWizardInitializeEventArgs<Sender> extends IWizardEventArgs<Sender>

#Type Parameters

Name Description
Sender

The event sender.

#Remarks

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

#Inherited Members

#Inheritance

#Properties

#state Property

Specifies the wizard’s state.

#Declaration

TypeScript
state: any

#Property Value

Type Description
any

The wizard’s state.