TTMSFNCTileList.OnAfterDrawItemControl Event
Occurs after an embedded item control has been drawn.
API unit family: TMSFNCTileList
Declaring type: TTMSFNCTileList
Inherited from: TTMSFNCCustomTileList
Syntax
OnAfterDrawItemControl: TTMSFNCTileListAfterDrawItemContentEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Object that triggered the event. |
AGraphics |
Graphics context used for drawing. |
ARect |
Bounds of the item control. |
AItemIndex |
Zero-based index of the item. |