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