Share via


ITeamFoundationConnectionManager.ConnectionStarting Event

This event fires whenever the TF Context changes and a connection to a new server is starting.

Namespace:  Microsoft.VisualStudio.Services.Integration
Assembly:  Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)

Syntax

'Declaration
Event ConnectionStarting As EventHandler(Of ConnectionStartingEventArgs)
event EventHandler<ConnectionStartingEventArgs> ConnectionStarting
event EventHandler<ConnectionStartingEventArgs^>^ ConnectionStarting {
    void add (EventHandler<ConnectionStartingEventArgs^>^ value);
    void remove (EventHandler<ConnectionStartingEventArgs^>^ value);
}
abstract ConnectionStarting : IEvent<EventHandler<ConnectionStartingEventArgs>,
    ConnectionStartingEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

ITeamFoundationConnectionManager Interface

Microsoft.VisualStudio.Services.Integration Namespace