ITeamFoundationConnectionManager.ConnectionCompleted Event
This event fires whenever the TF Context changes and a connection to a new server is completed.
Namespace: Microsoft.VisualStudio.Services.Integration
Assembly: Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)
Syntax
'Declaration
Event ConnectionCompleted As EventHandler(Of ConnectionCompletedEventArgs)
event EventHandler<ConnectionCompletedEventArgs> ConnectionCompleted
event EventHandler<ConnectionCompletedEventArgs^>^ ConnectionCompleted {
void add (EventHandler<ConnectionCompletedEventArgs^>^ value);
void remove (EventHandler<ConnectionCompletedEventArgs^>^ value);
}
abstract ConnectionCompleted : IEvent<EventHandler<ConnectionCompletedEventArgs>,
ConnectionCompletedEventArgs>
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.