WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1TaskbarButton Class / ApplyingJumpListChanges Event

ApplyingJumpListChanges Event
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
 
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