Click or drag to resize

AbstractViewContentEhTitleLocalizationChanged Method

Updates the title when the localized title changes.

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

Parameters

sender  Object
The localization source that raised the change notification.
e  EventArgs
The event data.
See Also