piDogDataView.DataView.CellCheckboxAction

Scope: Public
Event CellCheckboxAction(row as integer, column as integer, value as boolean)
Called when the user checks or unchecks a checkbox.

Row is the row affected
Column is the Column affected
Value is the new value of the checkbox

Note: If a heading "Check All" checkbox is checked, this event is NOT called for each row.