SPFarm.ObjectDeleted event
Raised after any configuration object in the system above the level of a site collection (SPSite) is deleted. This event is raised on all computers in the server farm after the caches have been refreshed, but it is not raised if caching is disabled for the process.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Event ObjectDeleted As SPConfigurationChangeEventHandler
'Usage
Dim handler As SPConfigurationChangeEventHandler
AddHandler SPFarm.ObjectDeleted, handler
public static event SPConfigurationChangeEventHandler ObjectDeleted