ComponentOne Windows 7 Control Pack for WinForms
JumpItemsRemovedByUser Event



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskbarButton Class : JumpItemsRemovedByUser Event
Occurs when jump items previously in the Jump List are removed from the list by the user.
Syntax
<C1CategoryAttribute("Jump List")>
<C1DescriptionAttribute("Occurs when jump items previously in the Jump List are removed from the list by the user.")>
Public Event JumpItemsRemovedByUser As JumpItemsRemovedEventHandler
Dim instance As C1TaskbarButton
Dim handler As JumpItemsRemovedEventHandler
 
AddHandler instance.JumpItemsRemovedByUser, handler
[C1Category("Jump List")]
[C1Description("Occurs when jump items previously in the Jump List are removed from the list by the user.")]
public event JumpItemsRemovedEventHandler JumpItemsRemovedByUser
[C1Category("Jump List")]
[C1Description("Occurs when jump items previously in the Jump List are removed from the list by the user.")]
public:
event JumpItemsRemovedEventHandler^ JumpItemsRemovedByUser
Event Data

The event handler receives an argument of type JumpItemsRemovedEventArgs containing data related to this event. The following JumpItemsRemovedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the list of Jump List items that have been removed by the user since the Apply method was last called.  
See Also