CLRegionBeaconsRangedEventArgs(CLBeacon[], CLBeaconRegion) Constructor

Definition

Create a new instance of the CLRegionBeaconsRangedEventArgs with the specified event data.

public CLRegionBeaconsRangedEventArgs(CoreLocation.CLBeacon[] beacons, CoreLocation.CLBeaconRegion region);
new CoreLocation.CLRegionBeaconsRangedEventArgs : CoreLocation.CLBeacon[] * CoreLocation.CLBeaconRegion -> CoreLocation.CLRegionBeaconsRangedEventArgs

Parameters

beacons
CLBeacon[]

The value for the Beacons property.

region
CLBeaconRegion

The value for the Region property.

Applies to