Click or drag to resize

MultiChildControllerEhView_ChildControlEntered Method

Handles activation changes between child controls.

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

Parameters

sender  Object
The child control that became active.
e  EventArgs
The event arguments.
See Also