TTMSFNCKanbanBoardDatabaseAdapter.OnItemLocate Event
Occurs when the adapter needs to locate a specific dataset record for a kanban board item; handle this event to provide a custom locate strategy.
API unit family: TMSFNCKanbanBoardDatabaseAdapter
Declaring type: TTMSFNCKanbanBoardDatabaseAdapter
Syntax
OnItemLocate: TTMSFNCKanbanBoardDatabaseAdapterItemLocateEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The adapter raising the event. |
AItem |
The kanban board item to locate in the dataset. |