Symphony Framework
RoutedCommandBase Class
Members 
Symphony.Conductor.Commands Namespace : RoutedCommandBase Class
The RoutedCommandBase is the base class from which all commanding classes are derived. This class should not be instaciated and is extended by all other commanding classes.
Syntax
public class RoutedCommandBase 
Remarks
Commands allow you to bind logic to controls such as buttons. A command can togle it's executable state and thus control when the user can perform the bound task. The Symphony Framework ensures that notification are rasied correctly on the righ UI thread. To ensure this thread-safe capability you must ensure that you execute the static Symphony.Conductor.Static.AnchorToUIThread() method on the main UI thread.
Inheritance Hierarchy

System.Object
   Symphony.Conductor.Commands.RoutedCommandBase
      Symphony.Conductor.Commands.GenericCommand
      Symphony.Conductor.Commands.NavigateStateCommand
      Symphony.Conductor.Commands.QuitStateCommand

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 Members
Symphony.Conductor.Commands Namespace