FMX.ListBox.TListBox.OnDragChange
Delphi
property OnDragChange: TOnListBoxDragChange read FOnDragChange write FOnDragChange;
C++
__property OnDragChange;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TListBox |
Description
Occurs after a drag-and-drop operation.
FMX.ListBox.TListBox.OnDragChange inherits from FMX.ListBox.TCustomListBox.OnDragChange. All content below this line refers to FMX.ListBox.TCustomListBox.OnDragChange.
Occurs after a drag-and-drop operation.
The OnDragChange event occurs after a drag-and-drop operation and allows you to make further changes to the list box. If AllowDrag is set to True, you can write an event handler to specify the changes to the list box when a list box item is dragged inside the list.
See TOnListBoxDragChange for more details.