ComponentOne Windows 7 Control Pack for WinForms
ApplyingJumpListChanges Event



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskbarButton Class : ApplyingJumpListChanges Event
Occurs before applying the pending Jump List changes.
Syntax
<C1DescriptionAttribute("Occurs before applying the pending Jump List changes.")>
<C1CategoryAttribute("Jump List")>
Public Event ApplyingJumpListChanges As CancelEventHandler
Dim instance As C1TaskbarButton
Dim handler As CancelEventHandler
 
AddHandler instance.ApplyingJumpListChanges, handler
[C1Description("Occurs before applying the pending Jump List changes.")]
[C1Category("Jump List")]
public event CancelEventHandler ApplyingJumpListChanges
[C1Description("Occurs before applying the pending Jump List changes.")]
[C1Category("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