Material CheckedListBox doesn't contain Item Checked event and Click event doesnt work
I've tried even mouse up event, only thing that could solve my problem is Leave event. However as you can understand this is not good solution.
Thanks for reporting. I'll take a look, but feel free to try and solve this if you can.
This solved my problem. I've added event for each checkbox in given control.
Note for me or however wants to take this on: since this a component of components, a good idea would be to create a custom changed and click events that fires when any of the checkboxes it contains fire those events. with a eventhandler that contains the checkbox that caused the event. this will create an event that fires another event, in WPF terms: bubbling it up.
It's basically what Riri-Moon did on the comment above, but wrapped inside a custom event. Taking care to add and remove the event listeners as checkboxes could be added dynamically
How is this fix going?
This will never be fixed, this project is dead, move on from windows forms, it's an obsolete framework. Update to .net8 - Use WPF or MAUI.