CommandExpression Method
Creates an expression listener to be used by the [!:HandlerCollection.Add(CommandBase)]
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public static Command Expression(
Func<bool> condition
)
Public Shared Function Expression (
condition As Func(Of Boolean)
) As Command
static member Expression :
condition : Func<bool> -> Command
- condition FuncBoolean
- the condition expression
CommandA
[!:CommandBase] that is used by the
[!:HandlerCollection.Add(CommandBase)] Whenever the
condition evaluates to true, the handler's
Invokes event will be raised