Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / ForegroundImageChanged Event


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