An ICommand that can be routed through the component tree.

Namespace: yWorks.Support.Windows
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = false)]
public class RoutedCommand : ICommand
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := False)> _
Public Class RoutedCommand _
	Implements ICommand

Remarks

Note that this does not use the RoutedEvent mechanism of Silverlight or WPF. 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

See Also