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

In This Topic
ThumbButtonEventHandler Delegate
In This Topic
Represents a method that handles events occuring for the thumbnail buttons.
Syntax
'Declaration
 
Public Delegate Sub ThumbButtonEventHandler( _
   ByVal sender As Object, _
   ByVal e As ThumbButtonEventArgs _
) 
 

Parameters

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