ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / 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 Windows.UI.Xaml.DependencyObject, _
       ByVal args As Windows.UI.Xaml.DependencyPropertyChangedEventArgs _
    ) 
    protected static void DataPropertyChanged( 
       Windows.UI.Xaml.DependencyObject obj,
       Windows.UI.Xaml.DependencyPropertyChangedEventArgs args
    )

    Parameters

    obj
    args
    See Also