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

In This Topic
    ApplyingJumpListChanges Event
    In This Topic
    Occurs before applying the pending Jump List changes.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TaskbarButton.ApplyingJumpListChanges", "Occurs before applying the pending Jump List changes.")>
    <C1CategoryAttribute("JumpList", "Jump List")>
    Public Event ApplyingJumpListChanges As CancelEventHandler
    [C1Description("C1TaskbarButton.ApplyingJumpListChanges", "Occurs before applying the pending Jump List changes.")]
    [C1Category("JumpList", "Jump List")]
    public event CancelEventHandler ApplyingJumpListChanges
    Event Data

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

    PropertyDescription
     
    Remarks
    Use this event to ensure the file associations are registered for the current application.
    See Also