ConditionalEventBase<TEvent, TArgs> Methods |
The ConditionalEventBase< TEvent, TArgs> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Call(Action) |
Calls the given handler
|
![]() | Call(Action<TArgs>) |
Calls the given handler
|
![]() | Call(EventHandler<TArgs>) |
Calls the given handler
|
![]() | ExecuteHandler |
Executes the handler
|
![]() | GetHandler |
Implicit operator to convert to event handler
|
![]() | Repeat |
Sets the number of allowed calls to the event
|
![]() | When(Func<Boolean>) |
Adds the condition to the conditional event
|
![]() | When(Func<TArgs, Boolean>) |
Adds the condition to the conditional event
|
![]() | When(ConditionalEventBase<TEvent, TArgs>.ConditionFunction) |
Adds the condition to the conditional event
|