Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / BackgroundImageChanged Event


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