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