SpinButtonClickEventHandler Delegate
Represents the method that handles the SpinButtonClick event.
'Declaration
Public Delegate Sub SpinButtonClickEventHandler( _
ByVal As System.Object, _
ByVal As SpinButtonClickEventArgs _
)
Parameters
- sender
- The source of the event.
- e
- A SpinButtonClickEventArgs object that contains the event data.