Click or drag to resize

MVCANControllerEditOriginalDocBaseTModel, TViewDetachView Method

Override this function to detach the view from the controller, either by unsubscribing to events of the view, or by setting the controller object on the view to null.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void DetachView()
See Also