This message was edited by Terraliminus at 2003-7-1 2:54:51
I am having some problems with the listbox control in C#. I want to log everything that happends in the listbox and therefore I need some kind of onChange event. I can't however find any event that works!
I'm adding items to the listbox like Listbox.Items.Add()
So every time that happends an event has to be triggered, I'd think the ontext event should work, but it does nothing. Am I doing something wrong?