TMeasureItemEventHandler Delegate

Represents the method that will handle the OnMeasureItem event of the TCnListBox, TCnComboBox or TCnCheckedListBox controls.

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