Share via


ContextManager.ContextChanged Event

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

Syntax

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

Implements

ITeamFoundationContextManager.ContextChanged

.NET Framework Security

See Also

Reference

ContextManager Class

Microsoft.VisualStudio.Services.Integration Namespace