Vcl.Outline.EOutlineChange
C++
typedef void __fastcall (__closure *EOutlineChange)(System::TObject* Sender, int Index);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
typedef | public | Vcl.Outline.hpp | Vcl.Outline | Vcl.Outline |
Description
EOutlineChange is the type of event handlers that respond when the nodes in an outline control change.
Sender is the outline control whose node just changed.
Index is the index of the node that just changed.