Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides an event handler for when an SPPersistedObject object changes.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Delegate Sub SPConfigurationChangeEventHandler ( _
sender As Object, _
e As SPConfigurationChangeEventArgs _
)
'Usage
Dim instance As New SPConfigurationChangeEventHandler(AddressOf HandlerMethod)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public delegate void SPConfigurationChangeEventHandler(
Object sender,
SPConfigurationChangeEventArgs e
)
Parameters
sender
Type: System.ObjectAn object that represents the object that changed.
e
Type: Microsoft.SharePoint.Administration.SPConfigurationChangeEventArgsAn SPConfigurationChangeEventArgs object that provides data about the object changes to the event handler.