private void ExitRegionComplete(object sender, CLRegionEventArgs e) { System.Diagnostics.Debug.WriteLine("ExitRegionComplete ---- StopRanging"); System.Diagnostics.Debug.WriteLine(e.ToString()); _beaconManager.StopRangingBeacons(_fieldRegion); }