Feedback
Suppress missing-description warnings for event handlers
- Status
- Fixed
- Fixed in
- v26.6.4
- Source discussion
- https://forum.objo.dev/d/368-event-descriptions
- Last updated
- 2026-06-15
Public summary
When Description Warnings are enabled, Objo Studio reports missing descriptions for generated event handler methods such as Button1_Pressed, shown to users as events like Button1.Pressed. Event handlers do not expose a Description field in the code editor, so users cannot resolve the warning from the UI. Missing-description warnings should apply to methods, constructors, properties, constants, and actual event definitions, not event handler implementations.