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

In This Topic
    Command Property (CanExecuteRoutedEventArgs)
    In This Topic
    Gets the command associated with this event.
    Syntax
    'Declaration
     
    Public ReadOnly Property Command As System.Windows.Input.ICommand
    public System.Windows.Input.ICommand Command {get;}
    See Also