Question
KPMG
DE
Last activity: 15 Aug 2017 5:19 EDT
CheckedListBox Event after an item is checked
Hello,
I would like to update a text every time the checked items of the checkedlistbox change.
So for example I have the list
x a
b
c
and the text is: I need a.
If I now check b as well the text will be: I need a and b.
The text is not the problem, but the event. I can only find an event that triggers right before one item will change its checked status. After this event I tried to update (method) the box so that this check or uncheck would probably occure. But it didn't work.
Can anyone help me with this problem?
Thank you very much!