Vcl.Ribbon.TQuickAccessToolbar.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

__property System::Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};

Properties

Type Visibility Source Unit Parent
event public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TQuickAccessToolbar

Description

Occurs when the Quick Access Toolbar changes.

Write an OnChange event handler to respond to changes in the Quick Access Toolbar's structure. OnChange occurs when the menu is loaded into memory, and in response to property changes that affect the Quick Access Toolbar's structure.

See Also