'Declaration
Protected Overrides Sub OnDropDownOpened( _ ByVal sender As Object, _ ByVal e As EventArgs _ )
'Usage
Dim instance As GcComboBoxEditingControl Dim sender As Object Dim e As EventArgs instance.OnDropDownOpened(sender, e)
Parameters
- sender
- A System.Object instance that indicates the event source.
- e
- A System.EventArgs instance that contains the event data.