ConditionalEventTArgs Properties |
The ConditionalEventTArgs generic type exposes the following members.
Name | Description | |
---|---|---|
Conditions |
Condition for the handler execution. If set, must return true in order to execute the handler
(Inherited from ConditionalEventBaseTEvent, TArgs.) | |
Handler |
Handler to execute
(Inherited from ConditionalEventBaseTEvent, TArgs.) | |
Repeats |
Number of repeats of the action
(Inherited from ConditionalEventBaseTEvent, TArgs.) | |
TypedThis |
Strongly typed identity
(Inherited from ConditionalEventBaseTEvent, TArgs.) |