Click or drag to resize

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.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void EhOK(
	CancelEventArgs e
)

Parameters

e  CancelEventArgs

[Missing <param name="e"/> documentation for "M:Altaxo.Gui.Common.DialogShellController.EhOK(System.ComponentModel.CancelEventArgs)"]

See Also