System.Beacon.TBeaconEnterExitEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBeaconEnterExitEvent = procedure (const Sender: TObject; const ABeacon: IBeacon; const CurrentBeaconList: TBeaconList) of object;

C++

typedef void __fastcall (__closure *TBeaconEnterExitEvent)(System::TObject* const Sender, const _di_IBeacon ABeacon, const TBeaconList CurrentBeaconList);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Beacon.pas
System.Beacon.hpp
System.Beacon System.Beacon

Description

The TBeaconEnterExitEvent is an event type for enter and exit events of beacons.

See Also