This documentation is archived and is not being maintained.

BeforeWorkItemsUpdateEventHandler Delegate

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)

'Declaration
Public Delegate Sub BeforeWorkItemsUpdateEventHandler ( _
	sender As Object, _
	e As WorkItemsUpdateEventArgs _
)
Show: