Table of Contents

TTMSFNCKanbanBoard.OnItemTextAnchorClick Event

Occurs when an anchor in item text is clicked.

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

Syntax

OnItemTextAnchorClick: 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.