WizardModel.Previous Method
Moves to the previous IWizardStep
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Sub Previous
public void Previous()
public:
void Previous()
public function Previous()
Remarks
Will only change CurrentStep if there is a previous step to move to, otherwise the CurrentStep is not changed.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace