A static helper class that provides access to the attached properties of type RoutedCommand for Controls.

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 static class CommandManager
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := False)> _
Public NotInheritable Class CommandManager

Remarks

RoutedCommands are a simplified implementation of WPF's routed command pattern. Most of the classes of the WPF implementation have been reimplemented here. The InputBindings and CommandBindings properties have been implemented as attached properties. For an overview of the concepts please see the corresponding documentation of the WPF implementation.

Inheritance Hierarchy

System..::..Object
  yWorks.Support.Windows..::..CommandManager

See Also