ComponentOne Basic Library for UWP
CanExecuteChanged Event

C1.UWP Assembly > C1.Xaml Namespace > C1Command Class : CanExecuteChanged Event
Occurs when changes to the command source are detected by the command manager. These changes often affect whether the command should execute on the current command target.
Syntax
'Declaration
 
Public Event CanExecuteChanged As System.EventHandler
public event System.EventHandler CanExecuteChanged
See Also

Reference

C1Command Class
C1Command Members