IWizardService Methods
Provides methods to use the Wizard control in compliance with the MVVM pattern.| Name | Description |
|---|---|
| GoBack(Object) | Navigates to the previous wizard page. |
| GoForward(Object) | Navigates to the next wizard page. |
| Navigate(String, Object, Object, Object) | Performs navigation to the target View. |
See Also