TTMSFNCKanbanBoard.OnAfterDrawItemIcon Event
Occurs after an item icon is drawn.
API unit family: TMSFNCKanbanBoard
Declaring type: TTMSFNCKanbanBoard
Inherited from: TTMSFNCCustomKanbanBoard
Syntax
OnAfterDrawItemIcon: TTMSFNCKanbanBoardAfterDrawItemIconEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The object that triggered the event. |
AGraphics |
The graphics context used for drawing. |
ARect |
The icon drawing rectangle. |
AColumn |
The column that contains the item. |
AItem |
The item whose icon was drawn. |
AIcon |
The icon bitmap that was drawn. |