WizardModel.NextCommand Property
The ICommand for executing the next command.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property NextCommand As ICommand
public ICommand NextCommand { get; }
public:
property ICommand^ NextCommand {
ICommand^ get ();
}
public function get NextCommand () : ICommand
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace