Spread Windows Forms 12.0 Product Documentation
OnPictureChanged Method (Picture)


FarPoint.Win Assembly > FarPoint.Win Namespace > Picture Class : OnPictureChanged Method
EventArgs object with event data
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

Reference

Picture Class
Picture Members