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