ItemRemovedEventArgs.RemovedEntry Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets information about the StorageFile or StorageFolder that was removed from the StorageItemMostRecentlyUsedList.
public:
property AccessListEntry RemovedEntry { AccessListEntry get(); };
AccessListEntry RemovedEntry();
public AccessListEntry RemovedEntry { get; }
var accessListEntry = itemRemovedEventArgs.removedEntry;
Public ReadOnly Property RemovedEntry As AccessListEntry
Property Value
A structure that contains information about the StorageFile or StorageFolder that was removed.