AbstractViewContentEhTitleLocalizationChanged Method |
Updates the title when the localized title changes.
Namespace: Altaxo.Gui.WorkbenchAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected 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