TTMSFNCKanbanBoard.OnAfterDropItem Event
Occurs after an item is dropped onto a column or item.
API unit family: TMSFNCKanbanBoard
Declaring type: TTMSFNCKanbanBoard
Inherited from: TTMSFNCCustomKanbanBoard
Syntax
OnAfterDropItem: TTMSFNCKanbanBoardAfterDropItemEvent;
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. |