'Declaration
Public Event PictureChanged As EventHandler
'Usage
Dim instance As ElementWindowless Dim handler As EventHandler AddHandler instance.PictureChanged, handler
public event EventHandler PictureChanged
'Declaration
Public Event PictureChanged As EventHandler
'Usage
Dim instance As ElementWindowless Dim handler As EventHandler AddHandler instance.PictureChanged, handler
public event EventHandler PictureChanged