UserLocationChangedEventArgs Class

Definition

Event arguments for the UserLocationChanged event.

public ref class UserLocationChangedEventArgs : EventArgs
public class UserLocationChangedEventArgs : EventArgs
type UserLocationChangedEventArgs = class
    inherit EventArgs
Public Class UserLocationChangedEventArgs
Inherits EventArgs
Inheritance
UserLocationChangedEventArgs

Constructors

Name Description
UserLocationChangedEventArgs(Location)

Initializes a new instance of the UserLocationChangedEventArgs class.

Properties

Name Description
Location

Gets the updated user location.

Applies to