C# 클래스 PocketCampus.Common.LocationChangedEventArgs

Provides data for the ILocationService.LocationChanged event.
상속: System.EventArgs
파일 보기 프로젝트 열기: accandme/pocketcampus

공개 메소드들

메소드 설명
LocationChangedEventArgs ( GeoPosition location ) : System

Creates a new LocationChangedEventArgs.

메소드 상세

LocationChangedEventArgs() 공개 메소드

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