SPFarm.ObjectsRestored event

Raised after any configuration object in the system above the level of a site collection (SPSite) is restored. 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 ObjectsRestored As SPRestoreCompleteEventHandler
'Usage
Dim handler As SPRestoreCompleteEventHandler

AddHandler SPFarm.ObjectsRestored, handler
public static event SPRestoreCompleteEventHandler ObjectsRestored

See also

Reference

SPFarm class

SPFarm members

Microsoft.SharePoint.Administration namespace