Intersoft ClientUI Documentation
CommandManager Class
Members 



Provides command related utility methods that register CommandBinding and InputBinding objects for class owners and commands, add and remove command event handlers, and provides services for querying the status of a command.
Syntax
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 
Remarks

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.

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      Intersoft.Client.Framework.Input.CommandManager

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

CommandManager Members
Intersoft.Client.Framework.Input Namespace

Send Feedback