C# Class PocketCampus.Common.LocationChangedEventArgs

Provides data for the ILocationService.LocationChanged event.
Inheritance: System.EventArgs
ファイルを表示 Open project: accandme/pocketcampus

Public Methods

Method Description
LocationChangedEventArgs ( GeoPosition location ) : System

Creates a new LocationChangedEventArgs.

Method Details

LocationChangedEventArgs() public method

Creates a new LocationChangedEventArgs.
public LocationChangedEventArgs ( GeoPosition location ) : System
location GeoPosition
return System