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


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