Delegate ConditionalEventBase<TEvent, TArgs>.ConditionFunction
Delegate for the handler condition
public delegate bool ConditionalEventBase<TEvent, TArgs>.ConditionFunction(object sender, TArgs args)
Parameters
sender
objectSender
args
TArgsEvent arguments
Returns
- bool
- Delegate for the handler condition
- Extension Methods