Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ForegroundImageChanged Event


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