Click or drag to resize

DelegateCommand Properties

The DelegateCommand type exposes the following members.

Properties
 NameDescription
Public propertyCanExecuteCallback Gets or sets the predicate to handle the ICommand.CanExecute method. If unset, ICommand.CanExecute will always return true if ExecuteCallback is set.
Public propertyExecuteCallback Gets or sets the action to handle the ICommand.Execute method. If unset, ICommand.CanExecute will always return false.
Top
See Also