I have a listBox control (Not listView1 as written in the Subject).
I am searching for an event for this control that can notice if an item is either added or removed.
I tried "ControlAdded", "ControlRemoved" but this did not seem to be the one.
I am not sure wich one that is used for this.