TTMSFNCKanbanBoard.OnItemClick Event
Occurs when an item is clicked.
API unit family: TMSFNCKanbanBoard
Declaring type: TTMSFNCKanbanBoard
Inherited from: TTMSFNCCustomKanbanBoard
Syntax
OnItemClick: TTMSFNCKanbanBoardColumnItemClickEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The object that triggered the event. |
AColumn |
The column that contains the clicked item. |
AItem |
The clicked item. |