Share via


JumpItemsRemovedEventArgs.RemovedItems Property

Gets the list of Jump List items that have been removed by the user since the JumpList.Apply method was last called.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Property RemovedItems As IList(Of JumpItem)
public IList<JumpItem> RemovedItems { get; private set; }
public:
property IList<JumpItem^>^ RemovedItems {
    IList<JumpItem^>^ get ();
    private: void set (IList<JumpItem^>^ value);
}
member RemovedItems : IList<JumpItem> with get, private set
function get RemovedItems () : IList<JumpItem>
private function set RemovedItems (value : IList<JumpItem>)

Property Value

Type: System.Collections.Generic.IList<JumpItem>
The list of Jump List items that have been removed by the user since the JumpList.Apply method was last called.

.NET Framework Security

See Also

Reference

JumpItemsRemovedEventArgs Class

Microsoft.Windows.Shell Namespace