System.Beacon.Components.TBeacon.OnBeaconExit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeaconExit: TBeaconEnterExitEvent read FOnBeaconExit write FOnBeaconExit;

C++

__property OnBeaconExit;

Properties

Type Visibility Source Unit Parent
event published
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TBeacon

Description

The OnBeaconExit event is fired every time a beacon becomes unreachable.

System.Beacon.Components.TBeacon.OnBeaconExit inherits from System.Beacon.Components.TCustomBeacon.OnBeaconExit. All content below this line refers to System.Beacon.Components.TCustomBeacon.OnBeaconExit.

The OnBeaconExit event is fired every time a beacon becomes unreachable.

See Also