Click or drag to resize

MultiChildControllerEhView_ChildControlValidated Method

Handles validation of the current child control.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual void EhView_ChildControlValidated(
	Object? sender,
	EventArgs e
)

Parameters

sender  Object
The child control that was validated.
e  EventArgs
The event arguments.
See Also