Partager via


ContentDeploymentEventHandler - Délégué

Gère l'événement déclenché lorsque le contenu est déployé.

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

Syntaxe

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

Paramètres

Voir aussi

Référence

Microsoft.SharePoint.Publishing.Administration - Espace de noms