| C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskbarButton Class : JumpItemsRejected Event |
<C1DescriptionAttribute("Occurs when jump items are not successfully added to the Jump List.")>
<C1CategoryAttribute("Jump List")>
Public Event JumpItemsRejected As JumpItemsRejectedEventHandler
Dim instance As C1TaskbarButton Dim handler As JumpItemsRejectedEventHandler AddHandler instance.JumpItemsRejected, handler
[C1Description("Occurs when jump items are not successfully added to the Jump List.")]
[C1Category("Jump List")]
public event JumpItemsRejectedEventHandler JumpItemsRejected
[C1Description("Occurs when jump items are not successfully added to the Jump List.")]
[C1Category("Jump List")]
public:
event JumpItemsRejectedEventHandler^ JumpItemsRejected
The event handler receives an argument of type JumpItemsRejectedEventArgs containing data related to this event. The following JumpItemsRejectedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| RejectedItems | Gets the list of Jump List items that could not be added to the Jump List by the Windows shell. |
| RejectionReasons | Gets the list of reasons why the rejected Jump List items could not be added to the Jump List. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2