Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / CommandManager Class
Members

In This Topic
    CommandManager Class
    In This Topic
    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.
    Object Model
    CommandManager Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class CommandManager 
    public sealed class CommandManager 
    Inheritance Hierarchy

    System.Object
       C1.Silverlight.CommandManager

    See Also