ConditionalEvent<TArgs> Class |
Namespace: CMS.Base
public class ConditionalEvent<TArgs> : ConditionalEventBase<ConditionalEvent<TArgs>, TArgs> where TArgs : EventArgs
The ConditionalEvent< TArgs> type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConditionalEvent<TArgs> |
Name | Description | |
---|---|---|
![]() | Conditions |
Condition for the handler execution. If set, must return true in order to execute the handler
(Inherited from ConditionalEventBase<TEvent, TArgs>.) |
![]() | Handler |
Handler to execute
(Inherited from ConditionalEventBase<TEvent, TArgs>.) |
![]() | Repeats |
Number of repeats of the action
(Inherited from ConditionalEventBase<TEvent, TArgs>.) |
![]() | TypedThis |
Strongly typed identity
(Inherited from ConditionalEventBase<TEvent, TArgs>.) |