onHandled<TEvent> abstract method
When the event
is handled by the handler
.
Implementation
void onHandled<TEvent>(
TEvent event,
EventHandler handler,
);
When the event
is handled by the handler
.
void onHandled<TEvent>(
TEvent event,
EventHandler handler,
);