Question about events service
So, I'm just poking around trying to get an understanding of the eventing service and came acrossthis post that mentioned how to find out what all the diff. events are that you can subscribe to. Basically they mention that you can look in TfsIntegration.dbo.tbl_event_type to find all the registered event type. When I look in there I only see the following:
- Build Completion Event
- Build Status Changed Event
- BranchMovedEvent
- NodeCreatedEvent
- NodePropertiesChangedEvent
- NodeRenamedEvent
- NodesDeletedEvent
- ProjectCreatedEvent
- ProjectDeletedEvent
- CheckinEvent
However, I was interested in WorkItemChangedEvent and was wondering why that's not listed in there, yet works just fine. Is it just "special" because it's so tightly engrained into TFS or something?
TIA,
Drew

