Skip to main content

IWizardView Members

In This Article
If implemented, provides the View functionality to the Data Source Wizard.

#Methods

Name Description
EnableFinish(Boolean) Specifies whether or not the Finish button is available in a wizard.
EnableNext(Boolean) Specifies whether or not the Next button is available in a wizard.
EnablePrevious(Boolean) Specifies whether or not the Previous button is available in a wizard.
SetPageContent(Object) Specifies the content of a wizard page.
ShowError(String) Displays an error message with a specified text.

#Events

Name Description
Cancel Occurs after clicking the Cancel button in a wizard.
Finish Occurs after clicking the Finish button in a wizard.
Next Occurs after clicking the Next button in a wizard.
Previous Occurs after clicking the Previous button in a wizard.
See Also