CLRegionBeaconsRangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |