Tracking Client API for Windows Phone
ObservationReceived Event
NamespacesESRI.Tracking.ConnectorConnectorObservationReceived
Event to signal that an observation has been received.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<ObservationEventArgs> ObservationReceived
Public Event ObservationReceived As EventHandler(Of ObservationEventArgs)
public:
 event EventHandler<ObservationEventArgs^>^ ObservationReceived {
	void add (EventHandler<ObservationEventArgs^>^ value);
	void remove (EventHandler<ObservationEventArgs^>^ value);
}

Assembly: ESRI.Tracking.Connector.WindowsPhone (Module: ESRI.Tracking.Connector.WindowsPhone) Version: 10.1.0.3022 (10.1.0.3022)