Share via


CLAuthorizationChangedEventArgs(CLAuthorizationStatus) Constructor

Definition

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

public CLAuthorizationChangedEventArgs(CoreLocation.CLAuthorizationStatus status);
new CoreLocation.CLAuthorizationChangedEventArgs : CoreLocation.CLAuthorizationStatus -> CoreLocation.CLAuthorizationChangedEventArgs

Parameters

status
CLAuthorizationStatus

The value for the Status property.

Applies to