ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1GaugeDecorator Class / OnContextChanged Method
Old context value.

In This Topic
    OnContextChanged Method (C1GaugeDecorator)
    In This Topic
    Invoked after the context has changed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnContextChanged( _
       ByVal oldValue As GaugeDrawingContext _
    ) 
    protected virtual void OnContextChanged( 
       GaugeDrawingContext oldValue
    )

    Parameters

    oldValue
    Old context value.
    See Also