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

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