This documentation is archived and is not being maintained.

ProcessingChangeEventHandler Delegate

Handler for processing change events (CheckIn() and Shelve()).

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

public delegate void ProcessingChangeEventHandler(
	Object^ sender, 
	ProcessingChangeEventArgs^ e
)
Show: