Spread Windows Forms 15.0
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
    public event EventHandler SpinUp
    Remarks
    This event is raised when spin up behavior happened.
    See Also