'Declaration
<C1DescriptionAttribute("C1TaskbarButton.JumpItemsRemovedByUser", "Occurs when jump items previously in the Jump List are removed from the list by the user.")> <C1CategoryAttribute("JumpList", "Jump List")> Public Event JumpItemsRemovedByUser As JumpItemsRemovedEventHandler
[C1Description("C1TaskbarButton.JumpItemsRemovedByUser", "Occurs when jump items previously in the Jump List are removed from the list by the user.")] [C1Category("JumpList", "Jump List")] 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.
Property | Description |
---|---|
RemovedItems | Gets the list of Jump List items that have been removed by the user since the Apply method was last called. |
See Also