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

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

    Parameters

    obj
    args
    See Also