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
)
参数
sender
类型:System.Objectobject表示更改的对象。
e
类型:Microsoft.SharePoint.Administration.SPConfigurationChangeEventArgsSPConfigurationChangeEventArgs对象,该对象提供有关对该事件处理程序的对象更改的数据。