WizardModel.FinishCommand Property
The ICommand to finish the wizard.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property FinishCommand As ICommand
public ICommand FinishCommand { get; }
public:
property ICommand^ FinishCommand {
ICommand^ get ();
}
public function get FinishCommand () : ICommand
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace