TTMSFNCKanbanBoard.OnBeforeDrawItem Event
Occurs before an item is drawn.
API unit family: TMSFNCKanbanBoard
Declaring type: TTMSFNCKanbanBoard
Inherited from: TTMSFNCCustomKanbanBoard
Syntax
OnBeforeDrawItem: TTMSFNCKanbanBoardBeforeDrawItemEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The object that triggered the event. |
AGraphics |
The graphics context used for drawing. |
ARect |
The item drawing rectangle. |
AColumn |
The column that contains the item. |
AItem |
The item being drawn. |
AAllow |
Set to False to skip drawing the item. |
ADefaultDraw |
Set to False to replace the default item drawing. |