SPRestoreCompleteEventHandler Delegate

Represents the method that will handle the ObjectsRestored event of an SPFarm.

Namespace:  Microsoft.SharePoint.Administration.Backup
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Delegate Sub SPRestoreCompleteEventHandler ( _
    sender As Object, _
    e As SPRestoreEventArgs _
)
'Usage
Dim instance As New SPRestoreCompleteEventHandler(AddressOf HandlerMethod)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public delegate void SPRestoreCompleteEventHandler(
    Object sender,
    SPRestoreEventArgs e
)

Parameters

See Also

Reference

Microsoft.SharePoint.Administration.Backup Namespace