INotifyPropertyValueChanged.PropertyValueChanged implementation.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<PropertyEventArgs> PropertyValueChanged |
Visual Basic
Copy Code
|
|---|
Public Event PropertyValueChanged As EventHandler(Of PropertyEventArgs) |
Event DataPropertyValueChanged event handlers receive an argument of type PropertyEventArgs.
See Also