Spread Windows Forms 12.0 Product Documentation
PictureChanged Event (ElementControl)


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

Reference

ElementControl Class
ElementControl Members
Picture Property
ForegroundImageChanged Event