Click or drag to resize
BeforeConditionalEvent<TArgs> Methods

The BeforeConditionalEvent< TArgs> generic type exposes the following members.

Methods
  NameDescription
Public methodCall(Action)
Calls the given handler
(Inherited from ConditionalEventBase<TEvent, TArgs>.)
Public methodCall(Action<TArgs>)
Calls the given handler
(Inherited from ConditionalEventBase<TEvent, TArgs>.)
Public methodCall(EventHandler<TArgs>)
Calls the given handler
(Inherited from ConditionalEventBase<TEvent, TArgs>.)
Protected methodExecuteHandler
Executes the handler
(Overrides ConditionalEventBase<TEvent, TArgs>.ExecuteHandler(Object, TArgs).)
Public methodGetHandler
Implicit operator to convert to event handler
(Inherited from ConditionalEventBase<TEvent, TArgs>.)
Public methodRepeat
Sets the number of allowed calls to the event
(Inherited from ConditionalEventBase<TEvent, TArgs>.)
Public methodThenCancel
Ensures that the event gets cancelled after this handler is called
Public methodThenContinue
Ensures that the event continues after this handler is called. Also dismissed the ThenCancel call.
Public methodWhen(Func<Boolean>)
Adds the condition to the conditional event
(Inherited from ConditionalEventBase<TEvent, TArgs>.)
Public methodWhen(Func<TArgs, Boolean>)
Adds the condition to the conditional event
(Inherited from ConditionalEventBase<TEvent, TArgs>.)
Public methodWhen(ConditionalEventBase<TEvent, TArgs>.ConditionFunction)
Adds the condition to the conditional event
(Inherited from ConditionalEventBase<TEvent, TArgs>.)
Top
See Also