Provides command related utility methods that register CommandBinding objects for class owners and commands, add and remove command event handlers, and provides services for querying the status of a command.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
public sealed class CommandManager
Visual Basic
Public NotInheritable Class CommandManager

Inheritance Hierarchy

System..::..Object
  C1.Phone..::..CommandManager

See Also