Spread WinForms 15
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)

Parameters

e
EventArgs object with event data
See Also