It might be something like this ... This is an example for listview, however the concept almost exists. Scroll through the item and find the checkbox identifier and delete the selected ones. Hope this helps.
public void btnDeleteClick(object sender, EventArgs e) {
source share