Click or drag to resize
ConditionalEventBaseTEvent, TArgs Class
Defines a conditional event
Inheritance Hierarchy

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public abstract class ConditionalEventBase<TEvent, TArgs> : IConditionalEvent<TEvent>
where TEvent : ConditionalEventBase<TEvent, TArgs>
where TArgs : EventArgs

Type Parameters

TEvent
TArgs

The ConditionalEventBaseTEvent, TArgs type exposes the following members.

Constructors
Properties
  NameDescription
Protected propertyConditions
Condition for the handler execution. If set, must return true in order to execute the handler
Protected propertyHandler
Handler to execute
Protected propertyRepeats
Number of repeats of the action
Protected propertyTypedThis
Strongly typed identity
Top
Methods
Operators
See Also