Table of Contents

TTMSFNCKanbanBoard.OnUpdateItemText Event

Occurs when item text is updated.

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

Syntax

OnUpdateItemText: TTMSFNCKanbanBoardUpdateItemTextEvent;

Parameters

Name Description
Sender The object that triggered the event.
AColumn The column that contains the item.
AItem The item whose text is updated.
AText The updated text value.