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

In This Topic
    OnBindingContextChanged Method (C1BulletGraph)
    In This Topic
    Notifies Gauges about changing the binding context.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnBindingContextChanged( _
       ByVal e As System.EventArgs _
    ) 
    protected override void OnBindingContextChanged( 
       System.EventArgs e
    )

    Parameters

    e
    See Also