SPExport.Compressing event
An event that is raised when the export operation is about to compress output files.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Event Compressing As EventHandler(Of SPDeploymentEventArgs)
'Usage
Dim instance As SPExport
Dim handler As EventHandler(Of SPDeploymentEventArgs)
AddHandler instance.Compressing, handler
public event EventHandler<SPDeploymentEventArgs> Compressing
Examples
The event handler receives an argument of type SPDeploymentEventArgs containing data related to this event.