Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.