Feedback
Suppress too-many-parameters warning for inherited event handlers
- Status
- Fixed
- Fixed in
- v26.6.5
- Source discussion
- https://forum.objo.dev/d/407-hide-this-warning
- Last updated
- 2026-06-21
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Inherited event handlers such as ListBox.PaintCellText can show a misleading warning that the handler has too many parameters and should group related values. The event signature is defined by the framework, so users cannot change it without breaking the handler.