Feedback
Renaming a control moves event handler to Methods
- Status
- Fixed
- Fixed in
- v26.6.1
- Last updated
- 2026-06-03
Public summary
Renaming a designer control that already has an event handler could leave the handler method named with the old control name. The handler then disappeared from the control's Events list and appeared under Methods as oldName_EventName.
This is fixed: designer control renames now rename matching control event handler methods so the handler stays attached to the renamed control.