Table of Contents

TTMSFNCKanbanBoard.OnAfterDrawItemTitle Event

Occurs after an item title is drawn.

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

Syntax

OnAfterDrawItemTitle: TTMSFNCKanbanBoardAfterDrawItemTitleEvent;

Parameters

Name Description
Sender The object that triggered the event.
AGraphics The graphics context used for drawing.
ARect The title drawing rectangle.
AColumn The column that contains the item.
AItem The item whose title was drawn.
ATitle The title text that was drawn.