Feedback
Add Event Handler dialog shows generated control handler signatures
- Status
- Fixed
- Fixed in
- v26.6.8
- Source discussion
- -
- Last updated
- 2026-06-30
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
The Add Event Handler dialog for designer controls shows generated handler names such as Canvas1_Paint(g As Graphics) in the event details pane. It should display the public event signature, such as Paint(g As Graphics), so control instance names and underscore-based implementation names do not leak into the picker UI.