Vcl.ActnMan.TCommandProperties.TCommandPropertiesChangeEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCommandProperties

Description

TCommandPropertiesChangeEvent defines a method used to notify a change in a TCommandProperties instance.

The TCommandPropertiesChangeEvent type is used by the OnChange event of the TCommandProperties class.

See Also