DelegateCommand<T>.RaiseCanExecuteChanged Method

Raises CanExecuteChanged on the UI thread so every command invoker can requery to check if the command can execute.

Remarks

Note that this will trigger the execution of CanExecute(T) once for each invoker.

Namespace:  Microsoft.Practices.Composite.Presentation.Commands
Assembly:  Microsoft.Practices.Composite.Presentation (in Microsoft.Practices.Composite.Presentation.dll)

Syntax

'Declaration
Public Sub RaiseCanExecuteChanged
public void RaiseCanExecuteChanged()
public:
void RaiseCanExecuteChanged()
function raiseCanExecuteChanged();

See Also

DelegateCommand<T> Class

Microsoft.Practices.Composite.Presentation.Commands Namespace