'Declaration
Public Event DropDown As EventHandler
'Usage
Dim instance As RibbonFontComboBox Dim handler As EventHandler AddHandler instance.DropDown, handler
public event EventHandler DropDown
'Declaration
Public Event DropDown As EventHandler
'Usage
Dim instance As RibbonFontComboBox Dim handler As EventHandler AddHandler instance.DropDown, handler
public event EventHandler DropDown