This documentation is archived and is not being maintained.

TfsMessageQueue::Connected Event

Raised when the message queue establishes a successful connection to the server.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
 event EventHandler^ Connected {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

Show: