Spread Windows Forms 12.0 Product Documentation
BackgroundImageChanged Event


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWindowless Class : BackgroundImageChanged Event
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
public event EventHandler BackgroundImageChanged
Remarks
Specify the picture to display in the background of the element by setting the BackgroundImage property.
See Also

Reference

ElementWindowless Class
ElementWindowless Members
BackgroundImage Property
ForegroundImageChanged Event
PictureChanged Event