This event is fired by owner draw Controls, such as ListBoxes and ComboBoxes. It contains all the information needed for the user to paint the given item, including the item index, the Rectangle in which the drawing should be done, and the Graphics object with which the drawing should be done.
Object
EventArgs
DrawItemEventArgs
[Visual Basic] Public Class DrawItemEventArgs Inherits EventArgs [C#] public class DrawItemEventArgs : EventArgs [C++] public __gc class DrawItemEventArgs : public EventArgs [JScript] public class DrawItemEventArgs extends EventArgs
[To be supplied.]
Namespace: System.WinForms
Assembly: System.WinForms.dll