CLLocationManager.AuthorizationChanged Event

Definition

Event raised by the object.

public event EventHandler<CoreLocation.CLAuthorizationChangedEventArgs> AuthorizationChanged;
member this.AuthorizationChanged : EventHandler<CoreLocation.CLAuthorizationChangedEventArgs> 

Event Type

Remarks

If developers do not assign a value to this event, this will reset the value for the WeakDelegate property to an internal handler that maps delegates to events.

Applies to

See also