Table of Contents

Field CanExecuteCommandSourceOverride

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 .