Vcl.ExtCtrls.TEndBandMoveEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TEndBandMoveEvent)(System::TObject* Sender, Vcl::Controls::TControl* Control);

Properties

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

Description

TEndBandMoveEvent is the type of the Vcl.ExtCtrls.TCustomControlBar.OnEndBandMove and Vcl.ExtCtrls.TCustomControlBar.OnEndBandMove event handlers.

Sender is the control bar in which a band is about to be painted.

Control is the control on the band that is about to be painted.

See Also