Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.