Spread Windows Forms 12.0 Product Documentation
PictureChanged Event (Picture)


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

Reference

Picture Class
Picture Members
Image Property