ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1BulletGraph Class / OnBackgroundImageLayoutChanged Method
An System.EventArgs that contains the event data.

In This Topic
    OnBackgroundImageLayoutChanged Method (C1BulletGraph)
    In This Topic
    Raises the System.Windows.Forms.Control.BackgroundImageLayoutChanged event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnBackgroundImageLayoutChanged( _
       ByVal e As System.EventArgs _
    ) 
    protected override void OnBackgroundImageLayoutChanged( 
       System.EventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains the event data.
    See Also