Event handling in Collections

  • Thread starter Thread starter gordigor
  • Start date Start date
G

gordigor

I have a class that inherits from NameObjectCollectionBase. For
simplicity, the collection is called reports, and the individual
objects in the collect are called report items. Each report item has a
property called .value that throws an event everytime the value
changes.

What I would like to know is if there is a way to create event handlers
at the collection level. Otherwords, can reports handle events for the
report item collection? Any thoughts?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top