The correct sub signature should be:
Sub Spinner1_ItemClick (Position As Int, Value As Object)
End Sub
If you're not sure, you can type:
Sub then a space, then tab will list the available types, select one and press return and a list of available methods will be displayed, select one of those, then type the field name and press return.