Click or drag to resize

MVCANControllerEditOriginalDocInstanceCanChangeBaseTModel, TViewOnDocumentInstanceChanged Method

Should be called by a derived controller class when the instance of the model has changed.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void OnDocumentInstanceChanged(
	TModel oldInstance,
	TModel newInstance
)

Parameters

oldInstance  TModel
The old instance.
newInstance  TModel
The new instance.
See Also