Click or drag to resize

MVCANDControllerEditCopyOfDocBase<TModel, TView>.MadeDirty Event

Event fired when the user changed some data that will change the model.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public event Action<IMVCANDController> MadeDirty

Value

Action<IMVCANDController>

Implements

IMVCANDController.MadeDirty
See Also