ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / C1Chart Class / PropertyChanged Event


In This Topic
    PropertyChanged Event
    In This Topic
    Fires when a property value was changed.
    Syntax
    'Declaration
     
    
    Public Event PropertyChanged As PropertyChangedEventHandler
    'Usage
     
    
    Dim instance As C1Chart
    Dim handler As PropertyChangedEventHandler
     
    AddHandler instance.PropertyChanged, handler
    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