Click or drag to resize
ConditionalEventBaseTEvent, TArgsConditions Property
Condition for the handler execution. If set, must return true in order to execute the handler

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
protected List<ConditionalEventBaseTEvent, TArgsConditionFunction> Conditions { get; set; }

Property Value

Type: ListConditionalEventBaseTEvent, TArgsConditionFunction
See Also