Click or drag to resize
IConditionalEventTEventWhen Method
Adds the condition to the conditional event

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
TEvent When(
	Func<bool> condition
)

Parameters

condition
Type: SystemFuncBoolean

Return Value

Type: TEvent
See Also