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
- 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.