Share via


CLLocationUpdatedEventArgs Class

Definition

Provides data for an event based on an Objective-C protocol method.

public class CLLocationUpdatedEventArgs : EventArgs
type CLLocationUpdatedEventArgs = class
    inherit EventArgs
Inheritance
CLLocationUpdatedEventArgs

Constructors

Name Description
CLLocationUpdatedEventArgs(CLLocation, CLLocation)

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

Properties

Name Description
NewLocation
OldLocation

Applies to