Symphony Framework
executeStatusChanged Method
Symphony.Conductor.Commands Namespace > RoutedCommandBase Class : executeStatusChanged Method
Protected method to raise the status changed event.
Syntax
protected void executeStatusChanged()
Remarks
The extending class can utilise this method to raise the RoutedCommandBase.CanExecuteChanged event to signal to the User Interface to execute the RoutedCommandBase.CanExecute() method to deterime if the execution logic can be performed.
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