Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight 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 Boolean
    public bool CanExecute {get; set;}
    See Also