IGeoPositionWatcher<T>.PositionChanged Event

Definition

Occurs when the Position property has changed.

public:
 event EventHandler<System::Device::Location::GeoPositionChangedEventArgs<T> ^> ^ PositionChanged;
event EventHandler<System.Device.Location.GeoPositionChangedEventArgs<T>> PositionChanged;
member this.PositionChanged : EventHandler<System.Device.Location.GeoPositionChangedEventArgs<'T>> 
Event PositionChanged As EventHandler(Of GeoPositionChangedEventArgs(Of T)) 

Event Type

Applies to

See also