This documentation is archived and is not being maintained.

VersionControlServer::PendingChangesChanged Event

Raised when a workspace's set of pending changes is modified.

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

public:
 event WorkspaceEventHandler^ PendingChangesChanged {
	void add (WorkspaceEventHandler^ value);
	void remove (WorkspaceEventHandler^ value);
}

This event can be raised by a cross-process notification if the NotificationManager has been initialized.

Show: