FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TriangleShape Class / ForegroundImageChanged Event


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