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.
Indicates that the export is about to start.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Event Exporting As ContentDeploymentEventHandler
'Usage
Dim instance As ContentDeploymentJob
Dim handler As ContentDeploymentEventHandler
AddHandler instance.Exporting, handler
public event ContentDeploymentEventHandler Exporting
Remarks
The event handler receives an argument of type ContentDeploymentEventArgs that contains data related to this event.