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