Spread Windows Forms 12.0 Product Documentation
PropertyChanged Event (IPropertyChangedNotification)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > IPropertyChangedNotification Interface : PropertyChanged Event
Occurs when the property is changed.
Syntax
'Declaration
 
Event PropertyChanged As PropertyTrackChangedEventHandler
'Usage
 
Dim instance As IPropertyChangedNotification
Dim handler As PropertyTrackChangedEventHandler
 
AddHandler instance.PropertyChanged, handler
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