Vcl.ComCtrls.TCustomSectionNotifyEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TCustomSectionNotifyEvent)(TCustomHeaderControl* HeaderControl, THeaderSection* Section);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.ComCtrls.hpp Vcl.ComCtrls Vcl.ComCtrls

Description

TCustomSectionNotifyEvent is a procedure called by the OnSectionResize event and the OnSectionClick event.

See Also