WizardPageValidatingEventArgs Properties
Provides data for the BaseWizardPage.PageValidating event.| Name | Description |
|---|---|
| Direction | Gets whether the next or previous page is about to be activated. |
| ErrorIconType | Gets or sets the type of icon displayed within an error message. |
| ErrorText | Gets or sets the error text displayed within the error message box. |
| Valid | Gets or sets whether the processed wizard page is valid. |
See Also