Share via


ContextManager.ConnectionStarting Event

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

Syntax

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

Implements

ITeamFoundationConnectionManager.ConnectionStarting

.NET Framework Security

See Also

Reference

ContextManager Class

Microsoft.VisualStudio.Services.Integration Namespace