SPImport.Uncompressing event
An event that is raised when the import operation is about to extract files from the content migration (.cmp) file.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Event Uncompressing As EventHandler(Of SPDeploymentEventArgs)
'Usage
Dim instance As SPImport
Dim handler As EventHandler(Of SPDeploymentEventArgs)
AddHandler instance.Uncompressing, handler
public event EventHandler<SPDeploymentEventArgs> Uncompressing