Search
BasePresenter.Modifying Event
See Also
 





Occurs when the presenter is being modified interactively.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public event ActionValidationEventHandler Modifying

Visual Basic  Copy Code

Public Event Modifying As ActionValidationEventHandler

 Event Data

Modifying event handlers receive an argument of type ActionValidationEventArgs.

 See Also