Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BaseSparkline Class / PropertyChanged Event


PropertyChanged Event (BaseSparkline)
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
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