Classes.TBasicActionLink.OnChange
From RAD Studio VCL Reference
Contents |
Delphi Information
From Classes.pas
property OnChange: TNotifyEvent read FOnChange write FOnChange;
Unit: Classes
Type: event
Visibility: public
Member Of: TBasicActionLink
C++ Information
From Classes.hpp
__property TNotifyEvent OnChange;
Unit: Classes
Type: property
Visibility: public
Member Of: TBasicActionLink
Description
Occurs when an OnChange event is triggered on the action.
Write an OnChange event handler when you want to respond to a change that occurs when the associated action fires an OnChange event.