This documentation is archived and is not being maintained.

ContextChangingEventArgs::NewContext Property

The new context.

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: