FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / FourWayArrowShape Class / BackgroundImageChanged Event


In This Topic
BackgroundImageChanged Event (FourWayArrowShape)
In This Topic
Occurs when the background image for the element changes.
Syntax
'Declaration
 
Public Event BackgroundImageChanged As EventHandler
 
'Usage
 
Dim instance As FourWayArrowShape
Dim handler As EventHandler
 
AddHandler instance.BackgroundImageChanged, handler
See Also