Feedback
Custom controls recurse when re-exposing standard event names
- Status
- Fixed
- Fixed in
- v26.6.5
- Source discussion
- https://forum.objo.dev/d/399-unable-to-use-standard-event-names-in-event-definitions-in-custom-controls
- Last updated
- 2026-06-21
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Custom controls can hit a stack overflow when they re-expose a standard inherited event name, such as Opening, with an event definition and call RaiseEvent Opening() from the inherited event handler. The expected behaviour is Xojo-style forwarding: the handler consumes the inherited event and RaiseEvent raises the custom event definition outward once.