Symphony Framework
CanExecuteChanged Event
Symphony.Conductor.Commands Namespace > RoutedCommandBase Class : CanExecuteChanged Event
Event raised when the executable status of the command changes.
Syntax
public event EventHandler CanExecuteChanged
Remarks
When the executalbe status of the command changes this event should be raised to indicate to any bound controls that it should execute the RoutedCommandBase.CanExecute() method.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RoutedCommandBase Class
RoutedCommandBase Members