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


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