FarPoint.Win
PictureChanged Event
See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace > Picture Class : PictureChanged Event


Occurs when the picture changes.

Syntax

Visual Basic (Declaration) 
Public Event PictureChanged() As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As Picture
Dim handler As EventHandler
 
AddHandler instance.PictureChanged, handler
C# 
public event EventHandler PictureChanged()

Remarks

Specify the picture to display by setting the Image property.

See Also