This documentation is archived and is not being maintained.
AfterWorkItemsUpdatedEventHandler Delegate
Visual Studio 2013
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 )
Parameters
- sender
- Type: System::Object
Show: