Summary
When renaming a checkbox control the the control loses the CheckedChanged event handler and it is moved as a method instead
Objo Studio Version
26.5.7
Operating System
Select the operating system(s) affected as tags for this post.
Steps To Reproduce
- Add a checkbox control to an existing window
- Add a CheckChanged event handler to the checkbox created in step 1
- Perform a Ctrl+S to save the changes
- Switch to Designer mode (if not already there) and rename the checkbox control from step 1
- Perform Ctrl+S
- Switch to Code view and the checkbox control is missing the CheckChanged event handler
Expected Result
The checkbox control retains all of its event handlers after a rename of the control.
Actual Result
The event handler for the checkbox control is now a method with the name <original name>_CheckedChanged
Screenshots, Logs, Or Sample Project