Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / CommandBinding Class / CommandBinding Constructor / CommandBinding Constructor(ICommand)
The command.

In This Topic
    CommandBinding Constructor(ICommand)
    In This Topic
    Initializes a new instance of the CommandBinding class by using the specified System.Windows.Input.ICommand.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal command As ICommand _
    )
    public CommandBinding( 
       ICommand command
    )

    Parameters

    command
    The command.
    See Also