JumpList.JumpItemsRejected Event

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

See Also

Reference

JumpList Class

Microsoft.Windows.Shell Namespace