ComponentOne Windows 7 Control Pack for WinForms
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 _
    ) 
    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