This documentation is archived and is not being maintained.

WorkItemStore.MetadataChanged Event

Occurs when the Team Foundation server updates the client computer's metadata cache.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

'Declaration
Public Event MetadataChanged As MetadataChangeEventHandler
'Usage
Dim instance As WorkItemStore 
Dim handler As MetadataChangeEventHandler 

AddHandler instance.MetadataChanged, handler

Metadata is assigned versions by the WorkItemStore to prevent unexpected metadata changes from disrupting program flow. For more information about metadata versioning, see Threading Issues with the Work Item Tracking Object Model.

Show: