C# Class Cimbalino.Phone.Toolkit.Services.LocationServicePositionChangedEventArgs

Provides data for ILocationService.PositionChanged events.
Inheritance: System.EventArgs
Show file Open project: Cimbalino/Cimbalino-Phone-Toolkit Class Usage Examples

Public Methods

Method Description
LocationServicePositionChangedEventArgs ( LocationServicePosition position ) : System

Initializes a new instance of the LocationServicePositionChangedEventArgs class.

Method Details

LocationServicePositionChangedEventArgs() public method

Initializes a new instance of the LocationServicePositionChangedEventArgs class.
public LocationServicePositionChangedEventArgs ( LocationServicePosition position ) : System
position LocationServicePosition A object containing the location and time stamp data for the event.
return System