TMeasureItemEventHandler Delegate
Represents the method that will handle the OnMeasureItem event of the TCnListBox, TCnComboBox or TCnCheckedListBox controls.
type TMeasureItemEventHandler = procedure(Sender: TObject; E: _MeasureItemEventArgs) of Object;