D
Dirk Behrendt
Hello!
There are a possibility to get informed after adding an object to a ListBox?
I did not find events for that. Maybe I can use another way?
ListBox listBox = new ListBox();
listBox.Items.Add("12345");
---> I need the information that a new item was added to the ListBox.
Thank you!
Bye
Dirk Behrendt
There are a possibility to get informed after adding an object to a ListBox?
I did not find events for that. Maybe I can use another way?
ListBox listBox = new ListBox();
listBox.Items.Add("12345");
---> I need the information that a new item was added to the ListBox.
Thank you!
Bye
Dirk Behrendt