CLRegionBeaconsRangedEventArgs Class

Definition

Provides data for the DidRangeBeacons event.

public class CLRegionBeaconsRangedEventArgs : EventArgs
type CLRegionBeaconsRangedEventArgs = class
    inherit EventArgs
Inheritance
CLRegionBeaconsRangedEventArgs

Constructors

CLRegionBeaconsRangedEventArgs(CLBeacon[], CLBeaconRegion)

Initializes a new instance of the CLRegionBeaconsRangedEventArgs class.

Properties

Beacons

The CLBeacons that were ranged.

Region

The CLBeaconRegion in which ranging occurred.

Applies to