System.Actions.TContainedActionList.OnStateChange
Delphi
property OnStateChange: TNotifyEvent read FOnStateChange write FOnStateChange;
C++
__property System::Classes::TNotifyEvent OnStateChange = {read=FOnStateChange, write=FOnStateChange};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | System.Actions.pas System.Actions.hpp |
System.Actions | TContainedActionList |
Description
Occurs after the State property's value is changed.
Write an OnStateChange event handler to respond after the State property's value is changed.