Vcl.ActnMan.TCommandProperties.TCommandPropertiesChangeEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

typedef void __fastcall (__closure *TCommandPropertiesChangeEvent)(System::TObject* Sender, TChangeState State);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
typedef public Vcl.ActnMan.hpp Vcl.ActnMan TCommandProperties

Beschreibung

TCommandPropertiesChangeEvent definiert eine Methode, mit der über eine Änderung in einer TCommandProperties-Instanz informiert wird.

Der Typ TCommandPropertiesChangeEvent wird von dem Ereignis OnChange der Klasse TCommandProperties verwendet.

Siehe auch