Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / BackgroundImageChanged Event


In This Topic
    BackgroundImageChanged Event (FpScrollBar)
    In This Topic
    Occurs when the value of the System.Windows.Forms.Control.BackgroundImage property changes.
    Syntax
    'Declaration
     
    
    Public Event BackgroundImageChanged As EventHandler
    'Usage
     
    
    Dim instance As FpScrollBar
    Dim handler As EventHandler
     
    AddHandler instance.BackgroundImageChanged, handler
    public event EventHandler BackgroundImageChanged
    See Also