C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / UpDownButtonClickEventHandler Delegate
The source of the event.
An UpDownButtonClickEventArgs object that contains the event data.
UpDownButtonClickEventHandler Delegate
In This Topic
Represents the method that handles a UpDownButtonClick event.
Syntax
'Declaration
 
Public Delegate Sub UpDownButtonClickEventHandler( _
   ByVal sender As Object, _
   ByVal e As UpDownButtonClickEventArgs _
) 
 

Parameters

sender
The source of the event.
e
An UpDownButtonClickEventArgs object that contains the event data.
See Also