WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / JumpItemsRemovedEventHandler Delegate
The source of the event.
A JumpItemsRemovedEventArgs object that contains the event data.

In This Topic
JumpItemsRemovedEventHandler Delegate
In This Topic
Represents a method that handles the C1TaskbarButton.JumpItemsRemovedByUser event.
Syntax
'Declaration
 
Public Delegate Sub JumpItemsRemovedEventHandler( _
   ByVal sender As Object, _
   ByVal e As JumpItemsRemovedEventArgs _
) 
 

Parameters

sender
The source of the event.
e
A JumpItemsRemovedEventArgs object that contains the event data.
See Also