UserLocationChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |