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


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