Table of Contents

TTMSFNCKanbanBoard.OnBeforeDropItem Event

Occurs before an item is dropped onto a column or item.

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

Syntax

OnBeforeDropItem: TTMSFNCKanbanBoardBeforeDropItemEvent;

Parameters

Name Description
Sender The object that triggered the event.
AFromColumn The source column.
AToColumn The target column.
AFromItem The dragged item.
AToItem The target item, when available.
ACanDrop Set to False to reject the drop operation.