ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskbarButton Class / JumpItemsRemovedByUser Event

In This Topic
    JumpItemsRemovedByUser Event
    In This Topic
    Occurs when jump items previously in the Jump List are removed from the list by the user.
    Syntax
    '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.

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