IWizardService Members
Provides methods to use the Wizard control in compliance with the MVVM pattern.Properties
| Name | Description |
|---|---|
| Current | Returns the currently displayed object. |
Methods
| 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