Vcl.ActnMan.TGetCommandPropertiesClassEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TGetCommandPropertiesClassEvent)(TCustomActionManager* Sender, TActionClientItem* AnItem, TCommandPropertiesClass &CommandPropertiesClass);

Properties

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

Description

Event handler for OnGetCommandPropertiesClass event.

TGetCommandPropertiesClassEvent is the event handler that can be set for the TCustomActionManager.OnGetCommandPropertiesClass event.

See Also