SPImport.ObjectImported event
An event that is raised when the specified object has been successfully imported.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Event ObjectImported As EventHandler(Of SPObjectImportedEventArgs)
'Usage
Dim instance As SPImport
Dim handler As EventHandler(Of SPObjectImportedEventArgs)
AddHandler instance.ObjectImported, handler
public event EventHandler<SPObjectImportedEventArgs> ObjectImported
Remarks
The event data specifies the imported object type, as well as its source ID and destination URL.