Specifies an event handler signalled when a control band is moved.
Source position: extctrls.pp line 1439
type TBandMoveEvent = procedure( |
Sender: TObject; |
Control: TControl; |
var ARect: TRect |
) of object; |
Sender |
|
Object instance for the event notification. |
Control |
|
Control for the event notification. |
ARect |
|
Display rectangle for the event notification. |