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
 
Back
Top