다음을 통해 공유


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.

See Also

Reference

SPImport Class

SPImport Members

Microsoft.SharePoint.Deployment Namespace