Describe the bug
Currently, event handlers are named in the past tense like OnCreated() and OnResized().
However, the event handlers actually trigger during the event.
Should they be renamed to match that?
Do the other platforms allow during-event handling?