Spread Windows Forms 12.0 Product Documentation
PropertyChanged Event (BaseSparkline)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > BaseSparkline Class : PropertyChanged Event
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