OnBackgroundImageChanged Method (PSObject)
In This Topic
Raises the
FarPoint.Win.ElementWindowless.BackgroundImageChanged event when the background picture has changed.
Syntax
'Declaration
Protected Overridable Sub OnBackgroundImageChanged( _
ByVal As Object, _
ByVal As EventArgs _
)
'Usage
Dim instance As PSObject
Dim sender As Object
Dim e As EventArgs
instance.OnBackgroundImageChanged(sender, e)
protected virtual void OnBackgroundImageChanged(
object ,
EventArgs
)
Parameters
- sender
- Object that raised the event
- e
- Event arguments
See Also