TDrawItemEventHandler Delegate

Represents the method that will handle the OnDrawItem event of a TCnComboBox or TCnListBox control.

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