Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.