Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- sender
Type: System.Object