Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpProgress 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 FpProgress
    Dim sender As Object
    Dim e As EventArgs
     
    instance.OnBackgroundImageChanged(sender, e)
    protected virtual void OnBackgroundImageChanged( 
       object sender,
       EventArgs e
    )

    Parameters

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