Share via


ContentDeploymentJob.Importing event

Indicates that the import is about to start.

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

Syntax

'Declaration
Public Event Importing As ContentDeploymentEventHandler
'Usage
Dim instance As ContentDeploymentJob
Dim handler As ContentDeploymentEventHandler

AddHandler instance.Importing, handler
public event ContentDeploymentEventHandler Importing

Remarks

The event handler receives an argument of type ContentDeploymentEventArgs that contains data related to this event.

See also

Reference

ContentDeploymentJob class

ContentDeploymentJob members

Microsoft.SharePoint.Publishing.Administration namespace