MVCANControllerEditOriginalDocBaseTModel, TViewApplyEnd Method |
Standard procedure at the end of the Apply phase. If the applyResult is true, the controller is either disposed (if disposeController is true) or
the document is shortly resumed (if disposeController is false. Nothing is done if applyResult is false.
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected bool ApplyEnd(
bool applyResult,
bool disposeController
)
Parameters
- applyResult Boolean
- If set to true, the apply operation was successful.
- disposeController Boolean
- If set to true, the controller is no longer needed and should be disposed.
Return Value
BooleanThe same value as the parameter
applyResult. (for the convenience that you can use this function in the return statement of Apply).
See Also