System.Sensors.TCustomSensor.OnStateChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnStateChanged: TNotifyEvent read FOnStateChanged write FOnStateChanged;

C++

__property System::Classes::TNotifyEvent OnStateChanged = {read=FOnStateChanged, write=FOnStateChanged};

Properties

Type Visibility Source Unit Parent
event public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomSensor

Description

Occurs when the state of the sensor changes.

This event only provides one argument to its event handler, Sender, which is the sensor.

See Also