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