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


In This Topic
DropDownStyleChanged Event
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
Remarks
This event is raised if the DropDownStyle property is changed.
See Also