Source position: grids.pas line 1058
type TSetCheckboxStateEvent = procedure(
Sender: TObject;
ACol: Integer;
ARow: Integer;
const Value: TCheckboxState
) of object;