Listbox ite count change

  • Thread starter Thread starter RickSean
  • Start date Start date
Is there a listbox event that fires up when the list is changed?

None that I know of, but if you need that sort of thing, why not just
bind the list to some collection (e.g. BindingList<T>) that can be
subscribed to?
 

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