Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Picture Class / OnPictureChanged Method
EventArgs object with event data


In This Topic
    OnPictureChanged Method (Picture)
    In This Topic
    Raises the PictureChanged event when the picture changes.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPictureChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As Picture
    Dim e As EventArgs
     
    instance.OnPictureChanged(e)
    protected virtual void OnPictureChanged( 
       EventArgs e
    )

    Parameters

    e
    EventArgs object with event data
    See Also