Click or drag to resize

TabbedElementControllerEhView_ActiveChildControlChanged Method

Handles a change of the active 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_ActiveChildControlChanged(
	Object? sender,
	InstanceChangedEventArgs e
)

Parameters

sender  Object
The sender.
e  InstanceChangedEventArgs
The event arguments.
See Also