ContentDeploymentEventHandler Delegate
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