WizardPageChangingEventArgs Properties
Provides data for the WizardControl.SelectedPageChanging event.| Name | Description |
|---|---|
| Cancel | Gets or sets whether the operation must be canceled. |
| Direction | Gets a value that indicates in which direction a user navigates between pages. Inherited from WizardPageChangedEventArgs. |
| Page | Gets or sets the current wizard page. |
| PrevPage | Gets the previously active wizard page. Inherited from WizardPageChangedEventArgs. |
See Also