Freigeben über


ContentDeploymentEventHandler-Delegat

Behandelt das Ereignis wird ausgelöst, wenn der Inhalt bereitgestellt wird.

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

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

Parameter

Siehe auch

Referenz

Microsoft.SharePoint.Publishing.Administration-Namespace