Spread Windows Forms 12.0 Product Documentation
ForegroundImageChanged Event (ElementControl)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementControl Class : ForegroundImageChanged Event
Occurs when the foreground image in the control has changed.
Syntax
'Declaration
 
Public Event ForegroundImageChanged As EventHandler
'Usage
 
Dim instance As ElementControl
Dim handler As EventHandler
 
AddHandler instance.ForegroundImageChanged, handler
public event EventHandler ForegroundImageChanged
Remarks
Specify the picture to display in the foreground of the control by setting the ForegroundImage property.
See Also

Reference

ElementControl Class
ElementControl Members
ForegroundImage Property
PictureChanged Event