'Declaration
Public Event DropDownClosed As EventHandler
'Usage
Dim instance As GcTextBox Dim handler As EventHandler AddHandler instance.DropDownClosed, handler
public event EventHandler DropDownClosed
'Declaration
Public Event DropDownClosed As EventHandler
'Usage
Dim instance As GcTextBox Dim handler As EventHandler AddHandler instance.DropDownClosed, handler
public event EventHandler DropDownClosed