This documentation is archived and is not being maintained.

WorkItemUpdatedEventHandler Delegate

Handler for all work item transitioned events.

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

public delegate void WorkItemUpdatedEventHandler(
	Object^ sender, 
	WorkItemUpdatedEventArgs^ e
)
Show: