ContentDeploymentEventHandler delegate

Handles the event raised when content is deployed.

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
)

Parameters

See also

Reference

Microsoft.SharePoint.Publishing.Administration namespace