SPRestoreCompleteEventHandler 委托
表示将处理SPFarm的ObjectsRestored事件的方法。
命名空间: 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
)
参数
sender
类型:System.Object引发事件的对象。