Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Picture Class / PictureChanged Event


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