Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.Services.Integration
Assembly: Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)
Syntax
'Declaration
Public Event ContextChanging As EventHandler(Of ContextChangingEventArgs)
public event EventHandler<ContextChangingEventArgs> ContextChanging
public:
virtual event EventHandler<ContextChangingEventArgs^>^ ContextChanging {
void add (EventHandler<ContextChangingEventArgs^>^ value);
void remove (EventHandler<ContextChangingEventArgs^>^ value);
}
abstract ContextChanging : IEvent<EventHandler<ContextChangingEventArgs>,
ContextChangingEventArgs>
override ContextChanging : IEvent<EventHandler<ContextChangingEventArgs>,
ContextChangingEventArgs>
JScript does not support events.
Implements
ITeamFoundationContextManager.ContextChanging
.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.