SPConfigurationChangeEventHandler 委托

SPPersistedObject对象发生更改时提供事件处理程序。

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

语法

声明
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Delegate Sub SPConfigurationChangeEventHandler ( _
    sender As Object, _
    e As SPConfigurationChangeEventArgs _
)
用法
Dim instance As New SPConfigurationChangeEventHandler(AddressOf HandlerMethod)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public delegate void SPConfigurationChangeEventHandler(
    Object sender,
    SPConfigurationChangeEventArgs e
)

参数

另请参阅

引用

Microsoft.SharePoint.Administration 命名空间