Delegate CanExecuteCommandSourceDelegate
Represents a method that determines whether a given ICommandSource can execute a command.
public delegate bool CanExecuteCommandSourceDelegate(ICommandSource commandSource)
Parameters
commandSourceICommandSourceThe source of the command to evaluate. Must not be null.
Returns
- bool
true if the specified ICommandSource can execute the command; otherwise, false.