FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart.Annotation Namespace / AnnotationBase Class / OnPropertyChanged Method

In This Topic
    OnPropertyChanged Method (AnnotationBase)
    In This Topic
    Called when property value changes.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPropertyChanged( _
       ByVal propertyName As System.String _
    ) 
    protected virtual void OnPropertyChanged( 
       System.string propertyName
    )

    Parameters

    propertyName
    See Also