The <CheckmarkedCellDelegate> protocol is used to work with a cell containing a checkbox.
<NSObject>
checkStatusChangedInCell:. Called after changing state of cell containing a checkbox.
-(void)checkStatusChangedInCell: (CheckmarkedCell *) cell
cell. Cell containing a checkbox, which state is changed.
The example of use is given in the Working with Cell Containing Checkbox section.
See also:
Protocols. The Mobile Application Component