ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1Gauge Class / OnBackgroundImageLayoutChanged Method

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

    Parameters

    e
    See Also