MVCANControllerEditOriginalDocInstanceCanChangeBaseTModel, TViewOnDocumentInstanceChanged Method |
Should be called by a derived controller class when the instance of the model has changed.
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected void OnDocumentInstanceChanged(
TModel oldInstance,
TModel newInstance
)
Parameters
- oldInstance TModel
- The old instance.
- newInstance TModel
- The new instance.
See Also