You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently, event handlers are named in the past tense like
OnCreated()
andOnResized()
.However, the event handlers actually trigger during the event.
Should they be renamed to match that?
Do the other platforms allow during-event handling?
The text was updated successfully, but these errors were encountered: