OnDataSourceChanged Method (GcComboBox)
In This Topic
Raises the
DataSourceChanged event.
Syntax
'Declaration
Protected Overridable Sub OnDataSourceChanged( _
ByVal As Object, _
ByVal As EventArgs _
)
'Usage
Dim instance As GcComboBox
Dim sender As Object
Dim e As EventArgs
instance.OnDataSourceChanged(sender, e)
protected virtual void OnDataSourceChanged(
object ,
EventArgs
)
Parameters
- sender
- A System.Object instance indicates the event source.
- e
- A System.EventArgs instance contains the event data.
See Also