C# Class PocketCampus.Common.LocationChangedEventArgs

Provides data for the ILocationService.LocationChanged event.
Inheritance: System.EventArgs
Afficher le fichier Open project: accandme/pocketcampus

Méthodes publiques

Méthode Description
LocationChangedEventArgs ( GeoPosition location ) : System

Creates a new LocationChangedEventArgs.

Method Details

LocationChangedEventArgs() public méthode

Creates a new LocationChangedEventArgs.
public LocationChangedEventArgs ( GeoPosition location ) : System
location GeoPosition
Résultat System