This documentation is archived and is not being maintained.

IPendingCheckinPendingChanges::AffectedTeamProjectsChanged Event

An event that occurs each time that the list of checked pending changes is changed in a way that also changes the list of affected team projects.

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

event AffectedTeamProjectsEventHandler^ AffectedTeamProjectsChanged {
	void add (AffectedTeamProjectsEventHandler^ value);
	void remove (AffectedTeamProjectsEventHandler^ value);
}

Show: