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


In This Topic
    BackgroundImageLayoutChanged Event (FpScrollBar)
    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