Click or drag to resize

MVCANControllerEditOriginalDocBaseTModel, TViewGetSuspendTokenForControllerDocument Method

Gets the suspend token for the controller document. This default implementation calls SuspendGetToken() on the document. By overriding this function you can suspend parent nodes in case it is neccessary to modify nodes at lower levels of the hierarchy.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual ISuspendToken? GetSuspendTokenForControllerDocument()

Return Value

ISuspendToken
The suspend token, provided by the document.
See Also