Occurs each time an owner-drawn System.Windows.Forms.ComboBox item needs to be drawn and when the sizes of the list items are determined.
You can create an event handler for this event to specify the size an item is made before it is drawn in the ComboBox.DrawItem event.
For more information about handling events, see Consuming Events.