Table of Contents

TTMSFNCListBox.OnAfterDropItem Event

Occurs after an item is dropped on another item.

API unit family: TMSFNCListBox Declaring type: TTMSFNCListBox Inherited from: TTMSFNCCustomListBox

Syntax

OnAfterDropItem: TTMSFNCListBoxAfterDropItemEvent;

Parameters

Name Description
Sender The list box that triggered the event.
AFromItem The item that was dropped.
AToItem The item that received the dropped item.