Vcl.Menus.TMenuChangeEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TMenuChangeEvent)(System::TObject* Sender, TMenuItem* Source, bool Rebuild);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.Menus.hpp Vcl.Menus Vcl.Menus

Description

Defines the type for event handlers that occur when the menu changes.

Use TMenuChangeEvent for event handlers that occur when an item from the menu changes.

See Also