Click or drag to resize

MVCANControllerEditCopyOfDocBaseTModel, TViewGetSubControllers Method

Enumerates the sub controllers. This function is called on Dispose(Boolean) of this controller to dispose the subcontrollers too. By overriding this function, there is no need to override Dispose(Boolean)

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract IEnumerable<ControllerAndSetNullMethod> GetSubControllers()

Return Value

IEnumerableControllerAndSetNullMethod

[Missing <returns> documentation for "M:Altaxo.Gui.MVCANControllerEditCopyOfDocBase`2.GetSubControllers"]

See Also