ConditionalEventBaseTEvent, TArgsWhen Method (FuncTArgs, Boolean) |
Adds the condition to the conditional event
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public TEvent When(
Func<TArgs, bool> condition
)
Parameters
- condition
- Type: SystemFuncTArgs, Boolean
Return Value
Type:
TEventSee Also