Spread Windows Forms 15.0
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
    public event EventHandler DataSourceChanged
    Remarks
    This event is raised if the DataSource property is changed.
    See Also