'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.