'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.
Property | Description |
---|---|
Cancel |
Remarks
Use this event to ensure the file associations are registered for the current application.
See Also