System.Sensors.Components.TSensor.OnStateChanged
Delphi
property OnStateChanged: TNotifyEvent read FOnStateChanged write SetOnStateChanged;
C++
__property System::Classes::TNotifyEvent OnStateChanged = {read=FOnStateChanged, write=SetOnStateChanged};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | System.Sensors.Components.pas System.Sensors.Components.hpp |
System.Sensors.Components | TSensor |
Description
Occurs when the state of the sensor changes.
This event is a wrapper for TCustomSensor.OnStateChanged.