ItemRemovedEventArgs.RemovedEntry Property

Definition

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.

Applies to

See also