SPConfigurationChangeEventHandler delegate
提供事件處理常式SPPersistedObject物件的變更時。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<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
Type: System.Objectobject ,表示已變更。
e
Type: Microsoft.SharePoint.Administration.SPConfigurationChangeEventArgsSPConfigurationChangeEventArgs物件提供物件的詳細資料,變更至事件處理常式。