JumpList.JumpItemsRemovedByUser Event

Occurs when jump items previously in the Jump List are removed from the list by the user.

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

Syntax

'Declaration
Public Event JumpItemsRemovedByUser As EventHandler(Of JumpItemsRemovedEventArgs)
public event EventHandler<JumpItemsRemovedEventArgs> JumpItemsRemovedByUser
public:
 event EventHandler<JumpItemsRemovedEventArgs^>^ JumpItemsRemovedByUser {
    void add (EventHandler<JumpItemsRemovedEventArgs^>^ value);
    void remove (EventHandler<JumpItemsRemovedEventArgs^>^ value);
}
member JumpItemsRemovedByUser : IEvent<EventHandler<JumpItemsRemovedEventArgs>,
    JumpItemsRemovedEventArgs>
JScript does not support events.

Remarks

After the contents of the JumpList are applied to the Windows shell, the JumpItems property is modified to contain only those items that the Windows shell successfully added to its Jump List. You can access the lists of removed items through event handlers for the JumpItemsRejected and JumpItemsRemovedByUser events.

.NET Framework Security

See Also

Reference

JumpList Class

Microsoft.Windows.Shell Namespace