Click or drag to resize

MVCANControllerEditImmutableDocBaseTModel, TViewApplyEnd Method

Helper that performs the final steps of the apply operation, optionally disposing the controller.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected virtual bool ApplyEnd(
	bool applyResult,
	bool disposeController
)

Parameters

applyResult  Boolean
The result of the apply operation.
disposeController  Boolean
If set to true, the controller is disposed when applyResult is true.

Return Value

Boolean
The value of applyResult.
See Also