MVCANControllerEditImmutableDocBaseTModel, TViewApplyEnd Method |
Helper that performs the final steps of the apply operation, optionally disposing the controller.
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected 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
BooleanThe value of
applyResult.
See Also