Compartir a través de


Delegado ContentDeploymentEventHandler

Controla el evento que se provoca cuando el contenido se distribuye.

Espacio de nombres:  Microsoft.SharePoint.Publishing.Administration
Ensamblado:  Microsoft.SharePoint.Publishing (en Microsoft.SharePoint.Publishing.dll)

Sintaxis

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

Parámetros

Vea también

Referencia

Espacio de nombres Microsoft.SharePoint.Publishing.Administration