Where is the StructureChangedNotification in Team Foundation Server 2013?

StackOverflow https://stackoverflow.com/questions/22229121

  •  06-06-2023
  •  | 
  •  

문제

I try to create a EventHandler for Team Foundation 2013. I want to get a notification when a new iteration or sprint is created. For this i think i need the StructureChangedNotification! In Team Foundation Server 2010 it was located in Microsoft.TeamFoundation.Server.dll. But in TFS 2013 it has gone! Where is it? Or do you have another approach how to get events if a new iteration/sprint has been created, deleted or modified?

도움이 되었습니까?

해결책

Here: Microsoft.TeamFoundation.Integration.Server.StructureChangedNotification, Microsoft.TeamFoundation.Server.Core

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top