Share via


PhotoImportItemImportedEventArgs.ImportedItem Property

Definition

Gets the imported item associated with the PhotoImportFindItemsResult.ItemImported event.

public:
 property PhotoImportItem ^ ImportedItem { PhotoImportItem ^ get(); };
PhotoImportItem ImportedItem();
public PhotoImportItem ImportedItem { get; }
var photoImportItem = photoImportItemImportedEventArgs.importedItem;
Public ReadOnly Property ImportedItem As PhotoImportItem

Property Value

The imported item.

Applies to