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


In This Topic
SpinDown Event (GcComboBox)
In This Topic
Occurs when the spin down action performed.
Syntax
'Declaration
 
Public Event SpinDown As EventHandler
 
'Usage
 
Dim instance As GcComboBox
Dim handler As EventHandler
 
AddHandler instance.SpinDown, handler
Remarks
This event is raised when spin down behavior happened.
See Also