Vcl.ActnMan.TCommandProperties.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TCommandPropertiesChangeEvent read FOnChange write FOnChange;

C++

__property TCommandPropertiesChangeEvent OnChange = {read=FOnChange, write=FOnChange};

Properties

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

Description

Occurs when the state of a TCommandProperties object changes.

Use the OnChange event to implement custom processing that should occur whenever the state of a TCommandProperties object changes.

See Also