Table of Contents

Delegate CanExecuteCommandSourceDelegate

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

Represents a method that determines whether a given ICommandSource can execute a command.

public delegate bool CanExecuteCommandSourceDelegate(ICommandSource commandSource)

Parameters

commandSource ICommandSource

The source of the command to evaluate. Must not be null.

Returns

bool

true if the specified ICommandSource can execute the command; otherwise, false.