Click or drag to resize
IConditionalEventTEvent Interface
Interface for conditional events

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public interface IConditionalEvent<TEvent>

Type Parameters

TEvent

The IConditionalEventTEvent type exposes the following members.

Methods
  NameDescription
Public methodWhen
Adds the condition to the conditional event
Top
See Also