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


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