This documentation is archived and is not being maintained.
BeforeWorkItemsUpdateEventHandler Delegate
Visual Studio 2013
Handler used to signal the start of a work item update.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public delegate void BeforeWorkItemsUpdateEventHandler( Object^ sender, WorkItemsUpdateEventArgs^ e )
Parameters
- sender
- Type: System::Object
Show: