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

In This Topic
    CanExecute Property
    In This Topic
    Gets or sets a value that indicates whether the System.Windows.Input.ICommand associated with this event can be executed on the command target.
    Syntax
    'Declaration
     
    Public Property CanExecute As System.Boolean
    public System.bool CanExecute {get; set;}
    See Also