Vcl.ComCtrls.TToolBar.OnCustomized

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCustomized: TNotifyEvent read FOnCustomized write FOnCustomized;

C++

__property System::Classes::TNotifyEvent OnCustomized = {read=FOnCustomized, write=FOnCustomized};

Properties

Type Visibility Source Unit Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolBar

Description

Occurs when the user finishes making changes to the toolbar.

Write an OnCustomized event handler to take action after the user has finished making changes to the toolbar. This event occurs when the user finishes a drag operation (with the Shift key down) that moves or deletes a tool button, and when the user exits the toolbar customize dialog.

See Also