System.Actions.TContainedActionList.OnStateChange

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also