Subscribable server events?

I readhttp://blogs.msdn.com/buckh/archive/2006/04/10/event_filtering.aspx with great interest. Although I dont fully understand how to enumerate the events I'm happy to know this list.

I have downloaded the March version 2006.03 of the SDK. Herein I cant find a description of these events - "only" a description of the eventing service and the BisSubscribe tool.

Could somebody help to understand these events a little better - e.g. could I use one of them to get a notification every time somebody added an iteration?

Thanks

[725 byte] By [J?rgenThyme] at [2008-2-27]
# 1

Yes, you can get a notification every time someone adds an iteration. Create a subscrition to the NodeCreatedEvent.

The events are Xml documents based on .NET objects that are serialized with the XmlSerializer. That means that any public properties in the object will appear in the Xml. You can see the public properties in the NodeCreatedEvent by looking at it with Reflector.

-Pete

PeteSheillMSFT at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Administration...

Visual Studio Team System

Site Classified