Intersoft ClientUI Documentation
CanExecute Property



Gets or sets a value that indicates whether the RoutedCommand associated with this event can be executed on the command target.
Syntax
Public Property CanExecute As Boolean
Dim instance As CanExecuteRoutedEventArgs
Dim value As Boolean
 
instance.CanExecute = value
 
value = instance.CanExecute
public bool CanExecute {get; set;}
public:
property bool CanExecute {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CanExecuteRoutedEventArgs Class
CanExecuteRoutedEventArgs Members

Send Feedback