FarPoint.Win Assembly / FarPoint.Win Namespace / FpSlider Class / OnBackgroundImageChanged Method / OnBackgroundImageChanged(Object,EventArgs) Method
Source of the event
EventArgs object containing the event data


In This Topic
OnBackgroundImageChanged(Object,EventArgs) Method
In This Topic
Occurs if the background picture changes.
Syntax
'Declaration
 
Protected Overloads Overridable Sub OnBackgroundImageChanged( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As FpSlider
Dim sender As Object
Dim e As EventArgs
 
instance.OnBackgroundImageChanged(sender, e)

Parameters

sender
Source of the event
e
EventArgs object containing the event data
See Also