DialogShellControllerEhOK Method |
Called when the user presses the OK button. Calls the Apply method of the
hosted controller, then closes the form.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void EhOK(
CancelEventArgs e
)
Parameters
- e CancelEventArgs
- The cancel event arguments.
See Also