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 object changes.
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
)
Parameters
- sender
Type: System.Object
An object that represents the object that changed.
- e
Type: Microsoft.SharePoint.Administration.SPConfigurationChangeEventArgs
An SPConfigurationChangeEventArgs object that provides data about the object changes to the event handler.