Search
InteractiveObject.PropertyValueChanged Event
See Also
 






INotifyPropertyValueChanged.PropertyValueChanged implementation.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public event EventHandler<PropertyEventArgs> PropertyValueChanged

Visual Basic  Copy Code

Public Event PropertyValueChanged As EventHandler(Of PropertyEventArgs)

 Event Data

PropertyValueChanged event handlers receive an argument of type PropertyEventArgs.

 See Also