TTMSFNCListBoxBeforeDropItemEvent Event Type
Event handler called before an item is dropped on another item.
API unit family: TMSFNCListBox
Parameters
| Name | Description |
|---|---|
Sender |
The list box that triggered the event. |
AFromItem |
The item being dropped. |
AToItem |
The target item for the drop operation. |
ACanDrop |
Set to False to cancel the drop operation. |