Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / DropDownStyleChanged Event


In This Topic
    DropDownStyleChanged Event (GcComboBox)
    In This Topic
    Occurs when the DropDownStyle property is changed.
    Syntax
    'Declaration
     
    
    Public Event DropDownStyleChanged As EventHandler
    'Usage
     
    
    Dim instance As GcComboBox
    Dim handler As EventHandler
     
    AddHandler instance.DropDownStyleChanged, handler
    public event EventHandler DropDownStyleChanged
    Remarks
    This event is raised if the DropDownStyle property is changed.
    See Also