Occurs when the presenter has been modified interactively.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public event ActionEventHandler Modified |
Visual Basic
Copy Code
|
|---|
Public Event Modified As ActionEventHandler |
Event DataModified event handlers receive an argument of type ActionEventArgs.
See Also