This documentation is archived and is not being maintained.

AfterWorkItemsUpdatedEventHandler Delegate

Handler used to signal the end of a work item update.

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

public delegate void AfterWorkItemsUpdatedEventHandler(
	Object^ sender, 
	WorkItemsUpdateEventArgs^ e
)
Show: