PhotoImportItemImportedEventArgs
PhotoImportItemImportedEventArgs
PhotoImportItemImportedEventArgs
PhotoImportItemImportedEventArgs
Class
Definition
Provides data for the PhotoImportFindItemsResult.ItemImported event.
public : sealed class PhotoImportItemImportedEventArgs : IPhotoImportItemImportedEventArgspublic sealed class PhotoImportItemImportedEventArgs : IPhotoImportItemImportedEventArgsPublic NotInheritable Class PhotoImportItemImportedEventArgs Implements IPhotoImportItemImportedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Get an instance of this class by handling the PhotoImportFindItemsResult.ItemImported event.
Properties
ImportedItem ImportedItem ImportedItem ImportedItem
Gets the imported item associated with the PhotoImportFindItemsResult::ItemImported event.
public : PhotoImportItem ImportedItem { get; }public PhotoImportItem ImportedItem { get; }Public ReadOnly Property ImportedItem As PhotoImportItem// You can use this property in JavaScript.
The imported item.