ConditionalEventBaseTEvent, TArgs Methods |
The ConditionalEventBaseTEvent, TArgs generic type exposes the following members.
Name | Description | |
---|---|---|
Call(Action) |
Calls the given handler
| |
Call(ActionTArgs) |
Calls the given handler
| |
Call(EventHandlerTArgs) |
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(FuncBoolean) |
Adds the condition to the conditional event
| |
When(FuncTArgs, Boolean) |
Adds the condition to the conditional event
| |
When(ConditionalEventBaseTEvent, TArgsConditionFunction) |
Adds the condition to the conditional event
|