'Declaration
Public Event TextChanged As EventHandler
'Usage
Dim instance As DropDownEditor Dim handler As EventHandler AddHandler instance.TextChanged, handler
public event EventHandler TextChanged
'Declaration
Public Event TextChanged As EventHandler
'Usage
Dim instance As DropDownEditor Dim handler As EventHandler AddHandler instance.TextChanged, handler
public event EventHandler TextChanged