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


In This Topic
    ForegroundImageChanged Event (ElementContainerControl)
    In This Topic
    Internal use only. Foreground image changed.
    Syntax
    'Declaration
     
    
    Public Event ForegroundImageChanged As EventHandler
    'Usage
     
    
    Dim instance As ElementContainerControl
    Dim handler As EventHandler
     
    AddHandler instance.ForegroundImageChanged, handler
    public event EventHandler ForegroundImageChanged
    See Also