Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BaseSparkline Class / PropertyChanged Event


In This Topic
    PropertyChanged Event (BaseSparkline)
    In This Topic
    Occurs when a property value changes.
    Syntax
    'Declaration
     
    
    Public Event PropertyChanged As PropertyTrackChangedEventHandler
    'Usage
     
    
    Dim instance As BaseSparkline
    Dim handler As PropertyTrackChangedEventHandler
     
    AddHandler instance.PropertyChanged, handler
    public event PropertyTrackChangedEventHandler PropertyChanged
    Event Data

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

    PropertyDescription
    Gets the new value.  
    Gets the old value.  
    Gets the name of the property.  
    See Also