Feedback
Duplicating a window can detach control event handlers
- Status
- Fixed
- Fixed in
- v26.5.7
- Source discussion
- https://forum.objo.dev/d/194-objo-big-bug-rename-class
- Last updated
- 2026-05-29
Public summary
Duplicating a designer-backed window can make an existing control event handler disappear from the duplicated control and show up as a normal method instead. This can happen when the window name is a prefix of a control handler name, for example a window named ListBox with a ListBox1_SelectionChanged handler. The duplicate should preserve the control handler binding without renaming unrelated handler text.