ItemRemovedEventArgs class

This topic has not yet been rated - Rate this topic

Provides data about an ItemRemoved event.

Syntax


/* For information about creating or accessing this object, see Remarks. */

Attributes

VersionAttribute(NTDDI_WIN8)

Members

The ItemRemovedEventArgs class has these types of members:

Methods

The ItemRemovedEventArgs class inherits methods from the Object class (C#/VB/C++).

Properties

The ItemRemovedEventArgs class has these properties.

PropertyAccess typeDescription

RemovedEntry

Read-onlyGets information about the StorageFile or StorageFolder that was removed from the StorageItemMostRecentlyUsedList.

 

Remarks

This object is passed as an argument to your app's ItemRemoved event handler.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

Windows.Storage.AccessCache
Windows::Storage::AccessCache [C++]

Metadata

Windows.winmd

See also

StorageItemMostRecentlyUsedList.ItemRemoved

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.