Table of Contents

TTMSFNCKanbanBoard.OnItemTitleAnchorClick Event

Occurs when an anchor in an item title is clicked.

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

Syntax

OnItemTitleAnchorClick: TTMSFNCKanbanBoardColumnItemAnchorClickEvent;

Parameters

Name Description
Sender The object that triggered the event.
AColumn The column that contains the item.
AItem The item that contains the clicked anchor.
AAnchor The clicked anchor value.