Table of Contents

TTMSFNCListBox.OnAfterReorderItem Event

Occurs after an item is reordered.

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

Syntax

OnAfterReorderItem: TTMSFNCListBoxAfterReorderItemEvent;

Parameters

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