ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / CommandManager Class / RegisterClassCommandBinding Method
The class with which to register commandBinding.
The command binding to register.

In This Topic
    RegisterClassCommandBinding Method
    In This Topic
    Registers a CommandBinding with the specified type.
    Syntax
    'Declaration
     
    Public Shared Sub RegisterClassCommandBinding( _
       ByVal type As System.Type, _
       ByVal commandBinding As CommandBinding _
    ) 
    public static void RegisterClassCommandBinding( 
       System.Type type,
       CommandBinding commandBinding
    )

    Parameters

    type
    The class with which to register commandBinding.
    commandBinding
    The command binding to register.
    See Also