Click or drag to resize

DelegateCommandTExecuteCallback Property

Gets or sets the action to handle the ICommand.Execute method. If unset, ICommand.CanExecute will always return false.

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

Property Value

Type: ActionT
See Also