Click or drag to resize

DelegateCommandTCanExecuteCallback Property

Gets or sets the predicate to handle the ICommand.CanExecute method. If unset, ICommand.CanExecute will always return true if ExecuteCallback is set.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public Predicate<T>? CanExecuteCallback { get; set; }

Property Value

Type: PredicateT
See Also