Tracking Client API for Windows Phone
SymbolResponse Event
NamespacesESRI.Tracking.ConnectorConnectorSymbolResponse
Event to signal that a response to a symbol request has been received.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<SymbolEventArgs> SymbolResponse
Public Event SymbolResponse As EventHandler(Of SymbolEventArgs)
public:
 event EventHandler<SymbolEventArgs^>^ SymbolResponse {
	void add (EventHandler<SymbolEventArgs^>^ value);
	void remove (EventHandler<SymbolEventArgs^>^ value);
}

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