Sparkline for UWP | ComponentOne
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 ICommand
    public ICommand Command {get;}
    See Also