Share via


ContextManager.ConnectionCompleted Event

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

Syntax

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

Implements

ITeamFoundationConnectionManager.ConnectionCompleted

.NET Framework Security

See Also

Reference

ContextManager Class

Microsoft.VisualStudio.Services.Integration Namespace