Symphony Framework
Execute Method (RoutedCommandBase)
Symphony.Conductor.Commands Namespace > RoutedCommandBase Class : Execute Method
The bound User Interface object
Execute method performs the command. This method should be overriden to implement logic.
Syntax
public virtual void Execute( 
   object sender
)

Parameters

sender
The bound User Interface object
Remarks
The bound User Interface control executes the RoutedCommandBase.Execute() method to perform the logic associated with the command. This method should be overriden by the extending class to allow logic to be executed. By default this method performs no function.
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