ComponentOne FinancialChart for WinForms
C1.Win.Chart.Annotation Namespace / AnnotationBase Class / PropertyChanged Event

In This Topic
    PropertyChanged Event (AnnotationBase)
    In This Topic
    Notifies that a property of annotation value has changed.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Annotation.AnnotationBase.PropertyChanged", "Notifies that a property of annotation value has changed.")>
    Public Event PropertyChanged As PropertyChangedEventHandler
    [C1Description("Annotation.AnnotationBase.PropertyChanged", "Notifies that a property of annotation value has changed.")]
    public event PropertyChangedEventHandler PropertyChanged
    Event Data

    The event handler receives an argument of type PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.

    PropertyDescription
     
    See Also