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