'Declaration
<C1CategoryAttribute("JumpList", "Jump List")> <C1DescriptionAttribute("C1TaskbarButton.JumpItemsRejected", "Occurs when jump items are not successfully added to the Jump List.")> Public Event JumpItemsRejected As JumpItemsRejectedEventHandler
[C1Category("JumpList", "Jump List")] [C1Description("C1TaskbarButton.JumpItemsRejected", "Occurs when jump items are not successfully added to the Jump List.")] public event JumpItemsRejectedEventHandler JumpItemsRejected
Event Data
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. |
See Also