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)

Syntax

'Declaration
Event AffectedTeamProjectsChanged As AffectedTeamProjectsEventHandler
event AffectedTeamProjectsEventHandler AffectedTeamProjectsChanged
event AffectedTeamProjectsEventHandler^ AffectedTeamProjectsChanged {
    void add (AffectedTeamProjectsEventHandler^ value);
    void remove (AffectedTeamProjectsEventHandler^ value);
}
abstract AffectedTeamProjectsChanged : IEvent<AffectedTeamProjectsEventHandler,
    AffectedTeamProjectsEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

IPendingCheckinPendingChanges Interface

Microsoft.TeamFoundation.VersionControl.Client Namespace