Newbie - ListBox doesn't have OnChanged event?

  • Thread starter Thread starter moshaiov
  • Start date Start date
M

moshaiov

I have a ListBox control which is not bounded to any data source
automatically.
How can I intercept the event of adding/removing items to it?

- Tal
 
I have a ListBox control which is not bounded to any data source
automatically.
How can I intercept the event of adding/removing items to it?

I don't think there are any events that you can subscribe to. However, I'm
not clear why you need to - since you are presumably adding/removing items
programatically you always 'know' when items are being added/removed.

Chris Jobson
 

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