Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
sender
Type: System.ObjectThe object that raised the event.
e
Type: Microsoft.SharePoint.Administration.Backup.SPRestoreEventArgsAn SPRestoreEventArgs object that contains the event data.