How do you trigger off an event when checking and unchecking checkboxes in DataGrid ?

I have dataGrid which is populated with Data. One of the Columns in DataGrid is BoolColumn which I can check and uncheck like the checkboxes. My problem is how can I trigger off an event when I check or uncheck the checkboxes in dataGrid .

Loader.
Up arrow icon