WizardModel.NextCanExecute Method
Determines if the NextCommand can be executed.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Protected Overridable Function NextCanExecute As Boolean
protected virtual bool NextCanExecute()
protected:
virtual bool NextCanExecute()
protected function NextCanExecute() : boolean
Return Value
Returns truetrue (True in Visual Basic) if it can be excuted, falsefalse (False in Visual Basic) otherwise.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace