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