Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / CanExecuteRoutedEventArgs Class
Members

In This Topic
    CanExecuteRoutedEventArgs Class
    In This Topic
    Provides data for the CommandBinding.CanExecute and CommandBinding.PreviewCanExecute routed events.
    Object Model
    CanExecuteRoutedEventArgs Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class CanExecuteRoutedEventArgs 
       Inherits C1RoutedEventArgs
    public sealed class CanExecuteRoutedEventArgs : C1RoutedEventArgs 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.RoutedEventArgs
          C1.Xaml.C1RoutedEventArgs
             C1.Xaml.CanExecuteRoutedEventArgs

    See Also