Schedules the given event receiver to be called to process recurrent event(s).
If called during event processing the recurrent events will be sent to the given receiver
after current event
processed instead of original one.
If called multiple times the latest receiver
will be used.
If not called the recurrent events will be sent to original event receiver.
This method should be called before the recurrent event issued. Otherwise it may happen that recurrent event will be ignored in some situations. E.g. when it is issued during receiver registration.
Recurrent events receiver function.
Generated using TypeDoc
State update processing context.