Spread Windows Forms 12.0 Product Documentation
SpinDown Event (SpinButton)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SpinButton Class : SpinDown Event
Occurs when the down arrow button of the spin button is pressed.
Syntax
'Declaration
 
Public Event SpinDown As EventHandler
'Usage
 
Dim instance As SpinButton
Dim handler As EventHandler
 
AddHandler instance.SpinDown, handler
public event EventHandler SpinDown
See Also

Reference

SpinButton Class
SpinButton Members