FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / BackgroundImageChanged Event


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