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 are not successfully added to the Jump List by the Windows shell.
Namespace: Microsoft.Windows.Shell
Assembly: Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)
Syntax
'Declaration
Public Event JumpItemsRejected As EventHandler(Of JumpItemsRejectedEventArgs)
public event EventHandler<JumpItemsRejectedEventArgs> JumpItemsRejected
public:
event EventHandler<JumpItemsRejectedEventArgs^>^ JumpItemsRejected {
void add (EventHandler<JumpItemsRejectedEventArgs^>^ value);
void remove (EventHandler<JumpItemsRejectedEventArgs^>^ value);
}
member JumpItemsRejected : IEvent<EventHandler<JumpItemsRejectedEventArgs>,
JumpItemsRejectedEventArgs>
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.