Question

I have extended my Visual Studio TeamExplorer-PendingChanges-Page with a Checkbox, that you need to check, before you can Checkin any changes. For this I have written a Checkin-Policy and it works.

But I have a Problem, that the Checkbox remains checked, after I have checked in a changeset. I want to uncheck the Checkbox, if the checkin was successful.

How can I get the CheckinNotification on client-side ?

All I can find is the server-side.

I appreciate any help.

Thanks

Was it helpful?

Solution

The AfterWorkItemsUpdated event from VersionControlServer is raised when the checkin is done.

http://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.versioncontrolserver.afterworkitemsupdated.aspx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top