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)
Syntax
'Declaration
Public Event Connected As EventHandler
public event EventHandler Connected
public:
event EventHandler^ Connected {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member Connected : IEvent<EventHandler,
EventArgs>
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.