DelegateCommand.CanExecute Method

Determines if the command can be executed.

Namespace:  Microsoft.Practices.Prism.Commands
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public bool CanExecute()
'Declaration
Public Function CanExecute As Boolean

Return Value

Returns truetrue (True in Visual Basic) if the command can execute,otherwise returns falsefalse (False in Visual Basic).

See Also

DelegateCommand Class

CanExecute Overload

Microsoft.Practices.Prism.Commands Namespace