This documentation is archived and is not being maintained.

ContextChangedEventArgs::NewContext Property

The new context that has already been set on the monitor service.

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

public:
property ITeamFoundationContext^ NewContext {
	ITeamFoundationContext^ get ();
	private: void set (ITeamFoundationContext^ value);
}

Show: