Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / ForegroundImageChanged Event


In This Topic
    ForegroundImageChanged Event (ElementWindowless)
    In This Topic
    Occurs when the foreground image for the element changes.
    Syntax
    'Declaration
     
    
    Public Event ForegroundImageChanged As EventHandler
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim handler As EventHandler
     
    AddHandler instance.ForegroundImageChanged, handler
    public event EventHandler ForegroundImageChanged
    See Also