Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.