C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / SpinButtonClickEventHandler Delegate
The source of the event.
A SpinButtonClickEventArgs object that contains the event data.

In This Topic
SpinButtonClickEventHandler Delegate
In This Topic
Represents the method that handles the SpinButtonClick event.
Syntax
'Declaration
 
Public Delegate Sub SpinButtonClickEventHandler( _
   ByVal sender As Object, _
   ByVal e As SpinButtonClickEventArgs _
) 
 

Parameters

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