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


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