FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / PictureChanged Event


In This Topic
PictureChanged Event (CalloutArrowShape)
In This Topic
Occurs when the picture in the element changes.
Syntax
'Declaration
 
Public Event PictureChanged As EventHandler
 
'Usage
 
Dim instance As CalloutArrowShape
Dim handler As EventHandler
 
AddHandler instance.PictureChanged, handler
See Also