WizardModel.PreviousCommand Property
The ICommand for moving 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 ReadOnly Property PreviousCommand As ICommand
public ICommand PreviousCommand { get; }
public:
property ICommand^ PreviousCommand {
ICommand^ get ();
}
public function get PreviousCommand () : ICommand
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace