FarPoint.Win
ForegroundImageChanged Event
See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace > ElementControl Class : ForegroundImageChanged Event


Occurs when the foreground image in the control has changed.

Syntax

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

Remarks

Specify the picture to display in the foreground of the control by setting the ForegroundImage property.

See Also