Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / XShape Class / BackgroundImageChanged Event


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