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


In This Topic
    BackgroundImageChanged Event (ChartShape)
    In This Topic
    Occurs when the background image changed.
    Syntax
    'Declaration
     
    
    Public Event BackgroundImageChanged As EventHandler
    'Usage
     
    
    Dim instance As ChartShape
    Dim handler As EventHandler
     
    AddHandler instance.BackgroundImageChanged, handler
    public event EventHandler BackgroundImageChanged
    See Also