ComponentOne Windows 7 Control Pack for WinForms
ThumbButtonEventHandler Delegate



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace : ThumbButtonEventHandler Delegate
The source of the event.
A ThumbButtonEventArgs object that contains the event data.
Represents a method that handles events occuring for the thumbnail buttons.
Syntax
Public Delegate Sub ThumbButtonEventHandler( _
   ByVal sender As Object, _
   ByVal e As ThumbButtonEventArgs _
) 
Dim instance As New ThumbButtonEventHandler(AddressOf HandlerMethod)
public delegate void ThumbButtonEventHandler( 
   object sender,
   ThumbButtonEventArgs e
)
public delegate void ThumbButtonEventHandler( 
   Object^ sender,
   ThumbButtonEventArgs^ e
)

Parameters

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

Reference

ThumbButtonEventHandler Members
C1.Win.C1Win7Pack Namespace