Vcl.ActnMan.TGetCommandPropertiesClassEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGetCommandPropertiesClassEvent = procedure(Sender: TCustomActionManager;
AnItem: TActionClientItem;
var CommandPropertiesClass: TCommandPropertiesClass) of object;

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.ActnMan.pas
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