'Declaration Public Delegate Sub UpDownButtonClickEventHandler( _ ByVal sender As Object, _ ByVal e As UpDownButtonClickEventArgs _ )
public delegate void UpDownButtonClickEventHandler( object sender, UpDownButtonClickEventArgs e )
Parameters
- sender
- The source of the event.
- e
- An UpDownButtonClickEventArgs object that contains the event data.