我写了一个小应用程序试图订阅各种事件,但找不到一个非常好的解释或所有不同事件类型的列表.有谁知道它们是什么?例如,到目前为止我有这些:
var eventService = this.projectCollection.GetService(typeof(IEventService)) as IEventService;
this.subscriptions.Add(eventService.SubscribeEvent("WorkItemChangedEvent", "", delPref));
this.subscriptions.Add(eventService.SubscribeEvent("BuildCompletionEvent", "", delPref));
Run Code Online (Sandbox Code Playgroud)
任何帮助非常感谢.
不确定是否有正式的事件概述,但检查集合数据库中的"tbl_EventType"列出了以下事件: