Skip to main content
A newer version of this page is available. .

IDashboardWizardEventArgs Interface

Provides data for the CustomizeDataSourceWizard event.

Declaration

export interface IDashboardWizardEventArgs extends IWizardEventArgs<BaseWizard>

Remarks

Use the DataSourceWizardExtensionOptions.onCustomizeDataSourceWizard property to handle the CustomizeDataSourceWizard event.

Properties

type Property

Specifies the wizard’s type.

Declaration

type: DataSourceWizardType

Property Value

Type Description
DataSourceWizardType

A value that specifies the wizard’s type.