TItemCheckEventHandler Delegate

Represents the method that will handle the OnItemCheck event of a TCnCheckedListBox or TCnListView control.

Namespace: CNClrLib.Control.EventHandlers
type
 TItemCheckEventHandler = procedure(Sender: TObject; E: _ItemCheckEventArgs) of Object;