'Declaration
Public Event ParentChanged As EventHandler
'Usage
Dim instance As ExclamationBalloonShape Dim handler As EventHandler AddHandler instance.ParentChanged, handler
public event EventHandler ParentChanged
'Declaration
Public Event ParentChanged As EventHandler
'Usage
Dim instance As ExclamationBalloonShape Dim handler As EventHandler AddHandler instance.ParentChanged, handler
public event EventHandler ParentChanged