I was writing some code a few days ago based on Hallvard's Hack #10, and it made me wonder, how many events tend to get put on things? So far, the highest count I've found comes from an in-house custom descendant of a DevExpress grid at the company I work for, which has 83 published events in the Object Inspector. Anyone know a component that can top that?
+4
A:
TVirtualStringTree
has 100 published event properties in version 4.7.0, in addition to whatever events are published in its ancestors. Its cousin, TVirtualDrawTree
, has 97.
Rob Kennedy
2009-02-20 18:41:53
A:
This is really an unanswerable question since whatever number is come up with here could easily be topped tomorrow. Unless there is an upper limit to the number of published events a component can have, there is no answer. As soon as one is agreed on then someone could release on that has N+1 events. Repeat forever.
Jim McKeeth
2009-02-25 20:35:32
I suppose. This is really just a "just for fun" sort of question anyway.
Mason Wheeler
2009-02-26 02:01:03
I fail to see the relevance of questions as this on a software developers forum site.
Edelcom
2010-01-06 12:48:18