Inheritance diagram for ListControlEvents:


| Public Member Functions | |
| OnDrawItem ([in] IDispatch *Sender,[in] IDispatch *Item) | |
| This event occurs when drawing of an item is started. | |
| OnDrawItem | ( | [in] IDispatch * | Sender, | |
| [in] IDispatch * | Item | |||
| ) | 
This event occurs when drawing of an item is started.
| Sender | The object that raised the event. | |
| Item | ListControlItem object represents the item. With this object font and colors of the item can be specified. |