ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart.Extended Namespace / FunctionSeries Class / OnDPChanged Method


In This Topic
    OnDPChanged Method
    In This Topic
    Called when dependency property was changed.
    Syntax
    'Declaration
     
    
    Protected Shared Sub OnDPChanged( _
       ByVal obj As DependencyObject, _
       ByVal args As DependencyPropertyChangedEventArgs _
    ) 
    'Usage
     
    
    Dim obj As DependencyObject
    Dim args As DependencyPropertyChangedEventArgs
     
    FunctionSeries.OnDPChanged(obj, args)
    protected static void OnDPChanged( 
       DependencyObject obj,
       DependencyPropertyChangedEventArgs args
    )

    Parameters

    obj
    args
    See Also