Vcl.Ribbon.TRibbon.OnRecentItemClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnRecentItemClick: TRecentItemClickEvent read FOnRecentItemClick write FOnRecentItemClick;

C++

__property OnRecentItemClick;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbon

Description

Occurs when the user clicks a recent item, to the right of the Application Menu.

Vcl.Ribbon.TRibbon.OnRecentItemClick inherits from Vcl.Ribbon.TCustomRibbon.OnRecentItemClick. All content below this line refers to Vcl.Ribbon.TCustomRibbon.OnRecentItemClick.

Occurs when the user clicks a recent item, to the right of the Application Menu.

See Also