BeforeConditionalEvent<TArgs> Methods |
The BeforeConditionalEvent< TArgs> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Call(Action) |
Calls the given handler
(Inherited from ConditionalEventBase<TEvent, TArgs>.) |
![]() | Call(Action<TArgs>) |
Calls the given handler
(Inherited from ConditionalEventBase<TEvent, TArgs>.) |
![]() | Call(EventHandler<TArgs>) |
Calls the given handler
(Inherited from ConditionalEventBase<TEvent, TArgs>.) |
![]() | ExecuteHandler |
Executes the handler
(Overrides ConditionalEventBase<TEvent, TArgs>.ExecuteHandler(Object, TArgs).) |
![]() | GetHandler |
Implicit operator to convert to event handler
(Inherited from ConditionalEventBase<TEvent, TArgs>.) |
![]() | Repeat |
Sets the number of allowed calls to the event
(Inherited from ConditionalEventBase<TEvent, TArgs>.) |
![]() | ThenCancel |
Ensures that the event gets cancelled after this handler is called
|
![]() | ThenContinue |
Ensures that the event continues after this handler is called. Also dismissed the ThenCancel call.
|
![]() | When(Func<Boolean>) |
Adds the condition to the conditional event
(Inherited from ConditionalEventBase<TEvent, TArgs>.) |
![]() | When(Func<TArgs, Boolean>) |
Adds the condition to the conditional event
(Inherited from ConditionalEventBase<TEvent, TArgs>.) |
![]() | When(ConditionalEventBase<TEvent, TArgs>.ConditionFunction) |
Adds the condition to the conditional event
(Inherited from ConditionalEventBase<TEvent, TArgs>.) |