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

In This Topic
    JumpItemsRejected Event
    In This Topic
    Occurs when jump items are not successfully added to the Jump List by the Windows shell.
    Syntax
    '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.

    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