SPRestoreCompleteEventHandler 委托

表示将处理SPFarmObjectsRestored事件的方法。

命名空间:  Microsoft.SharePoint.Administration.Backup
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<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
)

参数

另请参阅

引用

Microsoft.SharePoint.Administration.Backup 命名空间