IWizardView Members
If implemented, provides the View functionality to the Data Source Wizard.
#Methods
Name | Description |
---|---|
Enable |
Specifies whether or not the Finish button is available in a wizard. |
Enable |
Specifies whether or not the Next button is available in a wizard. |
Enable |
Specifies whether or not the Previous button is available in a wizard. |
Set |
Specifies the content of a wizard page. |
Show |
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