A dumb question: how can I register extra handler while keeping the original one there.
When I
SubscribeToEvent
the old one will be removed, that’s the problem.
This is useful e.g. when we want to add some behavior for UIElement.
Thanks.