SPConfigurationChangeEventHandler - Délégué

Fournit un gestionnaire d'événements pour lorsque modifie un objet SPPersistedObject .

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Delegate Sub SPConfigurationChangeEventHandler ( _
    sender As Object, _
    e As SPConfigurationChangeEventArgs _
)
'Utilisation
Dim instance As New SPConfigurationChangeEventHandler(AddressOf HandlerMethod)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public delegate void SPConfigurationChangeEventHandler(
    Object sender,
    SPConfigurationChangeEventArgs e
)

Paramètres

  • sender
    Type : System.Object

    Un object qui représente l'objet modifié.

Voir aussi

Référence

Microsoft.SharePoint.Administration - Espace de noms