WizardPageChangedEventArgs Properties
Provides data for the WizardControl.SelectedPageChanged event.Name | Description |
---|---|
Direction | Gets a value that indicates in which direction a user navigates between pages. |
Page | Gets the processed wizard page. Inherited from WizardPageEventArgs. |
PrevPage | Gets the previously active wizard page. |
See Also