Re: Listbox ite count change by Pavel
Pavel
Fri Aug 29 01:23:46 CDT 2008
On Aug 29, 3:26=A0am, RickSean <RickS...@discussions.microsoft.com>
wrote:
> 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?