TTMSFNCKanbanBoard.OnItemCustomDrawMark Event
Occurs when a custom item mark is drawn.
API unit family: TMSFNCKanbanBoard
Declaring type: TTMSFNCKanbanBoard
Inherited from: TTMSFNCCustomKanbanBoard
Syntax
OnItemCustomDrawMark: TTMSFNCKanbanBoardItemCustomDrawMarkEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The object that triggered the event. |
AGraphics |
The graphics context used for drawing. |
ARect |
The drawing rectangle of the mark. |
AMarkType |
The side or position of the mark. |
AColumn |
The column that contains the item. |
AItem |
The item whose mark is being drawn. |