ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / CommandBinding Class / Command Property

In This Topic
    Command Property (CommandBinding)
    In This Topic
    Gets or sets the System.Windows.Input.ICommand associated with this CommandBinding.
    Syntax
    'Declaration
     
    Public Property Command As System.Windows.Input.ICommand
    public System.Windows.Input.ICommand Command {get; set;}
    See Also