SPImport.Uncompressing - Événement
Un événement qui est déclenché lorsque l'opération d'importation est sur le point d'extraire des fichiers à partir du fichier de migration de contenu (.cmp).
Espace de noms : Microsoft.SharePoint.Deployment
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Event Uncompressing As EventHandler(Of SPDeploymentEventArgs)
'Utilisation
Dim instance As SPImport
Dim handler As EventHandler(Of SPDeploymentEventArgs)
AddHandler instance.Uncompressing, handler
public event EventHandler<SPDeploymentEventArgs> Uncompressing