Table of Contents

TTMSFNCKanbanBoardAdapter.AfterUpdateItem Method

Called after an item update has been applied; override to perform any post-update housekeeping in the data source.

API unit family: TMSFNCKanbanBoard Declaring type: TTMSFNCKanbanBoardAdapter

Syntax

procedure AfterUpdateItem(AItem: TTMSFNCKanbanBoardItem); virtual; abstract;

Parameters

Name Description
AItem The kanban board item that was just updated.