SPConfigurationChangeEventHandler Delegate

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.Object

    An object that represents the object that changed.

See Also

Reference

Microsoft.SharePoint.Administration Namespace