Table of Contents

TTMSFNCKanbanBoard.OnAfterDrawItem Event

Occurs after an item is drawn.

API unit family: TMSFNCKanbanBoard Declaring type: TTMSFNCKanbanBoard Inherited from: TTMSFNCCustomKanbanBoard

Syntax

OnAfterDrawItem: TTMSFNCKanbanBoardAfterDrawItemEvent;

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 that was drawn.