OnBackgroundImageChanged(Object,EventArgs) Method
In This Topic
Occurs if the background picture changes.
Syntax
'Declaration
Protected Overloads Overridable Sub OnBackgroundImageChanged( _
ByVal As Object, _
ByVal As EventArgs _
)
'Usage
Dim instance As FpProgress
Dim sender As Object
Dim e As EventArgs
instance.OnBackgroundImageChanged(sender, e)
protected virtual void OnBackgroundImageChanged(
object ,
EventArgs
)
Parameters
- sender
- Source of the event
- e
- EventArgs object containing the event data
See Also