Click or drag to resize

OptionPanelBaseTProcessControllerResult Method

Is called after the Apply function of the controller returned true (success). Here the document has to be retrieved from the controller, and then the retrieved document should be processed (stored etc.).

Namespace: Altaxo.Gui.Settings
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected abstract void ProcessControllerResult()
See Also