ItemRemovedEventArgs
ItemRemovedEventArgs
ItemRemovedEventArgs
ItemRemovedEventArgs
Class
Definition
Provides data about an ItemRemoved event.
public : sealed class ItemRemovedEventArgs : IItemRemovedEventArgspublic sealed class ItemRemovedEventArgs : IItemRemovedEventArgsPublic NotInheritable Class ItemRemovedEventArgs Implements IItemRemovedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
RemovedEntry RemovedEntry RemovedEntry RemovedEntry
Gets information about the StorageFile or StorageFolder that was removed from the StorageItemMostRecentlyUsedList.
public : AccessListEntry RemovedEntry { get; }public AccessListEntry RemovedEntry { get; }Public ReadOnly Property RemovedEntry As AccessListEntry// You can use this property in JavaScript.
A structure that contains information about the StorageFile or StorageFolder that was removed.
- See Also