FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / ForegroundImageChanged Event


In This Topic
ForegroundImageChanged Event (ElementControl)
In This Topic
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
See Also