DelegateCommandBase.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(Object) once for each invoker.
Namespace: Microsoft.Practices.Prism.Commands
Assembly: Microsoft.Practices.Prism.Mvvm (in Microsoft.Practices.Prism.Mvvm.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void RaiseCanExecuteChanged()
'Declaration
Public Sub RaiseCanExecuteChanged