Share via


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.

See Also

Reference

SPExport Class

SPExport Members

Microsoft.SharePoint.Deployment Namespace