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