Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SpinButton Class / SpinDown Event


In This Topic
SpinDown Event (SpinButton)
In This Topic
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
See Also