This documentation is archived and is not being maintained.

ValidateDeleteDelegate Delegate

Visual Studio 2013

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

'Declaration
Public Delegate Sub ValidateDeleteDelegate ( _
	requestContext As TeamFoundationRequestContext, _
	catalogService As TeamFoundationCatalogService, _
	utility As CatalogRuleValidationUtility, _
	node As CatalogNode, _
	recurse As Boolean _
)
Show: