'Declaration
Public Event LayoutChanged As EventHandler
'Usage
Dim instance As C1AutoComplete Dim handler As EventHandler AddHandler instance.LayoutChanged, handler
public event EventHandler LayoutChanged
'Declaration
Public Event LayoutChanged As EventHandler
'Usage
Dim instance As C1AutoComplete Dim handler As EventHandler AddHandler instance.LayoutChanged, handler
public event EventHandler LayoutChanged