ComponentOne Basic Library for WPF and Silverlight
CanExecute Property


C1.Silverlight Namespace > CanExecuteRoutedEventArgs Class : CanExecute Property
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
'Usage
 
Dim instance As CanExecuteRoutedEventArgs
Dim value As System.Boolean
 
instance.CanExecute = value
 
value = instance.CanExecute
public System.bool CanExecute {get; set;}
See Also

Reference

CanExecuteRoutedEventArgs Class
CanExecuteRoutedEventArgs Members