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


In This Topic
    BackgroundImageLayoutChanged Event
    In This Topic
    Occurs when the System.Windows.Forms.Control.BackgroundImageLayout property changes.
    Syntax
    'Declaration
     
    
    Public Event BackgroundImageLayoutChanged As EventHandler
    'Usage
     
    
    Dim instance As FpScrollBar
    Dim handler As EventHandler
     
    AddHandler instance.BackgroundImageLayoutChanged, handler
    public event EventHandler BackgroundImageLayoutChanged
    See Also