ComponentOne FinancialChart for UWP
C1.Xaml.Chart Namespace / FlexChartBase Class / DataPropertyChanged Method

In This Topic
    DataPropertyChanged Method
    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