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

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

Parameters

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