SPConfigurationChangeEventHandler Delegate
Provides an event handler for when an SPPersistedObject object changes.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[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.