Click or drag to resize

DelegateCommandT Properties

The DelegateCommandT generic 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