This documentation is archived and is not being maintained.

RegistrySettingsChangedCallback Delegate

Delegate for the RegistrySettingsChanged callback. Notifies a subscriber that the given registry entries were changed

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

public delegate void RegistrySettingsChangedCallback(
	TeamFoundationRequestContext^ requestContext, 
	RegistryEntryCollection^ changedEntries
)
Show: