Click or drag to resize

MVCANControllerEditOriginalDocBaseTModel, TViewGetSuspendTokenForControllerDocument Method

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

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

Return Value

ISuspendToken
The suspend token, provided by the document, or null if none is available.
See Also