Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / PictureChanged Event


In This Topic
    PictureChanged Event (ElementWindowless)
    In This Topic
    Occurs when the picture in the element changes.
    Syntax
    'Declaration
     
    
    Public Event PictureChanged As EventHandler
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim handler As EventHandler
     
    AddHandler instance.PictureChanged, handler
    public event EventHandler PictureChanged
    See Also