I am developing a FP app, using a listview control with Checkedboxes (I’d like to use the ABB control because of its layout).
I need to intercept the event that occurs when the state of a checkbox changes, just like ListView.ItemCheck Event in for the standard windows form control.
I can’t find this event..doesn’t it exist in the ABB control?or anything similar? (the same question as for CheckedItems Property of listview)
This was the solution I also was thinking to use, but I wanted to be sure that there is nothing already implemented as for collections of selected items and their events. Ok, I’ll do it manually..