'Declaration
Public Event DropDownOpened As EventHandler
'Usage
Dim instance As GcComboBox Dim handler As EventHandler AddHandler instance.DropDownOpened, handler
public event EventHandler DropDownOpened
'Declaration
Public Event DropDownOpened As EventHandler
'Usage
Dim instance As GcComboBox Dim handler As EventHandler AddHandler instance.DropDownOpened, handler
public event EventHandler DropDownOpened