Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / PictureChanged Event


In This Topic
PictureChanged Event (IElement)
In This Topic
Occurs when the picture in the control changes.
Syntax
'Declaration
 
Event PictureChanged As EventHandler
 
'Usage
 
Dim instance As IElement
Dim handler As EventHandler
 
AddHandler instance.PictureChanged, handler
See Also