Raised when the message queue first notices a disruption in connectivity to the server.
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Event Disconnected As EventHandler(Of TfsMessageQueueDisconnectedEventArgs)
public event EventHandler<TfsMessageQueueDisconnectedEventArgs> Disconnected
public:
 event EventHandler<TfsMessageQueueDisconnectedEventArgs^>^ Disconnected {
    void add (EventHandler<TfsMessageQueueDisconnectedEventArgs^>^ value);
    void remove (EventHandler<TfsMessageQueueDisconnectedEventArgs^>^ value);
}
member Disconnected : IEvent<EventHandler<TfsMessageQueueDisconnectedEventArgs>,
    TfsMessageQueueDisconnectedEventArgs>
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.