Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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