Intersoft.Client.Framework.Input Namespace : CommandManager Class |
Public NotInheritable Class CommandManager Inherits System.Windows.DependencyObject
Dim instance As CommandManager
public sealed class CommandManager : System.Windows.DependencyObject
public ref class CommandManager sealed : public System.Windows.DependencyObject
The CommandManager is responsible for managing routed commands. For more information about commanding, see Commanding Overview.
Use RegisterClassCommandBinding to register a CommandBinding to a class as opposed to an instance.
Use RegisterClassInputBinding to register an InputBinding to a class as opposed to an instance.
CommandManager forces the CommandManager to raise the RequerySuggested event. The RequerySuggested event informs a command source to query the command it is associated with to determine whether or not the command can execute.
System.Object
System.Windows.DependencyObject
Intersoft.Client.Framework.Input.CommandManager
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