ComponentOne Windows 7 Control Pack for WinForms
JumpItemsRejected Event



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskbarButton Class : JumpItemsRejected Event
Occurs when jump items are not successfully added to the Jump List by the Windows shell.
Syntax
<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
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.

PropertyDescription
Gets the list of Jump List items that could not be added to the Jump List by the Windows shell.  
Gets the list of reasons why the rejected Jump List items could not be added to the Jump List.  
See Also