An ICommand that can be routed through the visual tree.
Namespace: yWorks.Support.WindowsAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
[TypeConverterAttribute(typeof(CommandTypeConverter))] public class RoutedCommand : ICommand |
| Visual Basic |
|---|
<TypeConverterAttribute(GetType(CommandTypeConverter))> _ Public Class RoutedCommand _ Implements ICommand |
Remarks
Note that this does not use the RoutedEvent mechanism of Silverlight because
Silverlight does not allow the creation of custom routed events. However conceptually these commands
behave like routed events that bubble through the visual tree.
Inheritance Hierarchy
System..::..Object
yWorks.Support.Windows..::..RoutedCommand
yWorks.Support.Windows..::..RoutedUICommand
yWorks.Support.Windows..::..RoutedCommand
yWorks.Support.Windows..::..RoutedUICommand