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