Vcl.ComCtrls.TSectionNotifyEvent
C++
typedef void __fastcall (__closure *TSectionNotifyEvent)(THeaderControl* HeaderControl, THeaderSection* Section);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | Vcl.ComCtrls.hpp | Vcl.ComCtrls | Vcl.ComCtrls |
Description
TSectionNotifyEvent is the type of a header control's THeaderControl.OnSectionClick and THeaderControl.OnSectionResize event handlers.
HeaderControl is the header control on which the user performed some action.
Section is the affected section (the section that was moved, clicked, or resized).