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
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Delegate Sub SPRestoreCompleteEventHandler ( _
sender As Object, _
e As SPRestoreEventArgs _
)
Dim instance As New SPRestoreCompleteEventHandler(AddressOf HandlerMethod)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public delegate void SPRestoreCompleteEventHandler(
Object sender,
SPRestoreEventArgs e
)
Parameters
- sender
Type: System.Object
The object that raised the event.
- e
Type: Microsoft.SharePoint.Administration.Backup.SPRestoreEventArgs
An SPRestoreEventArgs object that contains the event data.