This documentation is archived and is not being maintained.

SetWorkspaceLocationProgressEventHandler Delegate

Handler for progress events when workspace location is updated.

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

'Declaration
Public Delegate Sub SetWorkspaceLocationProgressEventHandler ( _
	sender As Object, _
	e As SetWorkspaceLocationProgressEventArgs _
)
Show: