FMX.Header.TOnRealignItemEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TOnRealignItemEvent)(System::TObject* Sender, int OldIndex, int NewIndex);

Properties

Type Visibility Source Unit Parent
typedef public FMX.Header.hpp FMX.Header FMX.Header

Description

Type of events that appear immediately after one of the items in a header swaps positions with another item.

TOnRealignItemEvent is the OnRealignItem event's type, used immediately after one of the items in a header swaps positions with another item.

See Also