ComponentOne Basic Library for WPF and Silverlight
CanExecuteChanged Event (C1Command)


C1.Silverlight 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
'Usage
 
Dim instance As C1Command
Dim handler As System.EventHandler
 
AddHandler instance.CanExecuteChanged, handler
public event System.EventHandler CanExecuteChanged
See Also

Reference

C1Command Class
C1Command Members