TeamFoundationServerExt.ProjectContextChanged Event

This event occurs when the current project context changes.

Namespace:  Microsoft.VisualStudio.TeamFoundation
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

Syntax

'Declaration
Public Event ProjectContextChanged As EventHandler
public event EventHandler ProjectContextChanged
public:
 event EventHandler^ ProjectContextChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member ProjectContextChanged : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

TeamFoundationServerExt Class

Microsoft.VisualStudio.TeamFoundation Namespace