TTMSFNCKanbanBoard.OnItemCompare Event
Occurs when two items are compared for sorting.
API unit family: TMSFNCKanbanBoard
Declaring type: TTMSFNCKanbanBoard
Inherited from: TTMSFNCCustomKanbanBoard
Syntax
OnItemCompare: TTMSFNCKanbanBoardItemCompareEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The object that triggered the event. |
AColumn |
The column that contains the compared items. |
Item1 |
The first item to compare. |
Item2 |
The second item to compare. |
ACompareResult |
Set to a negative, zero, or positive value to define the item order. |