Vcl.ActnMan.TCommandProperties.TCommandPropertiesChangeEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TCommandPropertiesChangeEvent = procedure (Sender: TObject; State: TChangeState) of object;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Vcl.ActnMan.pas
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