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