Search
BasePresenter.Modified Event
See Also
 





Occurs when the presenter has been modified interactively.

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

 Syntax

C#  Copy Code

public event ActionEventHandler Modified

Visual Basic  Copy Code

Public Event Modified As ActionEventHandler

 Event Data

Modified event handlers receive an argument of type ActionEventArgs.

 See Also