Search
INotifyPropertyValueChanged.PropertyValueChanged Event
See Also
 






Occurs when a property value changes.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

event EventHandler<PropertyEventArgs> PropertyValueChanged

Visual Basic  Copy Code

Event PropertyValueChanged As EventHandler(Of PropertyEventArgs)

 Event Data

PropertyValueChanged event handlers receive an argument of type PropertyEventArgs.

 See Also