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