Vcl.ExtCtrls.TControlBar.OnEndBandMove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEndBandMove: TEndBandMoveEvent read FOnEndBandMove write FOnEndBandMove;

C++

__property OnEndBandMove;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TControlBar

Description

Occurs when a control band ends moving.

Vcl.ExtCtrls.TControlBar.OnEndBandMove inherits from Vcl.ExtCtrls.TCustomControlBar.OnEndBandMove. All content below this line refers to Vcl.ExtCtrls.TCustomControlBar.OnEndBandMove.

Occurs when a control band ends moving.

OnEndBandMove is an event handler of type Vcl.ExtCtrls.TEndBandMoveEvent.

See Also