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
Is your feature request related to a problem? Please describe.
When I select a control event (e.g. SelectionChange in a Combobox) a hint about "" is shown and after an ENTER, the IDE creates the correspondent event. But I don't see it in the code-behind and it's frustrating trying to guess which arguments I need to utilize.
Describe the solution you'd like
After an ENTER in a control event, the same event-name be created within the form's code-behind with the correct event arguments.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When I select a control event (e.g. SelectionChange in a Combobox) a hint about "" is shown and after an ENTER, the IDE creates the correspondent event. But I don't see it in the code-behind and it's frustrating trying to guess which arguments I need to utilize.
Describe the solution you'd like
After an ENTER in a control event, the same event-name be created within the form's code-behind with the correct event arguments.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: