Occurs when the presenter is being modified interactively.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public event ActionValidationEventHandler Modifying |
Visual Basic
Copy Code
|
|---|
Public Event Modifying As ActionValidationEventHandler |
Event DataModifying event handlers receive an argument of type ActionValidationEventArgs.
See Also