Share via


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

See Also

Reference

ITeamFoundationConnectionManager Interface

Microsoft.VisualStudio.Services.Integration Namespace