This is mostly a hypothetical question - I want access to all objects (and specifically FooBar objects) that are set to call FooBarEventHappened for one of their events. I do not want to wait for FooBarEventHappened to be called (where typically you'd use the sender object) which would only return the sending object anyway.
Main Topics
Browse All Topics





by: S-TwilleyPosted on 2005-02-17 at 15:50:11ID: 13341010
Is there any reason for needing a reference to each of the objects? For instance, do you need to know which object in particular triggered the event?