Field CanExecuteCommandSourceOverride
Optional override for checking if a command source can execute. If set, this delegate will be called instead of the default logic in CanExecuteCommandSource(ICommandSource).
public static CanExecuteCommandSourceDelegate? CanExecuteCommandSourceOverride
Returns
- CanExecuteCommandSourceDelegate
- Optional override for checking if a command source can execute. If set, this delegate will be called instead of the default logic in .