FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / FlexChartBase Class / DataPropertyChanged Method

In This Topic
    DataPropertyChanged Method (FlexChartBase)
    In This Topic
    Fires when data property changes.
    Syntax
    'Declaration
     
    Protected Shared Sub DataPropertyChanged( _
       ByVal obj As DependencyObject, _
       ByVal args As DependencyPropertyChangedEventArgs _
    ) 
    protected static void DataPropertyChanged( 
       DependencyObject obj,
       DependencyPropertyChangedEventArgs args
    )

    Parameters

    obj
    args
    See Also