Click or drag to resize

LanguageChangeWeakEventManager Class

Static class that can be used to weakly bind to the LanguageChanged event that is fired when the GUI language changes.
Inheritance Hierarchy
SystemObject
  Altaxo.GuiLanguageChangeWeakEventManager

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static class LanguageChangeWeakEventManager

The LanguageChangeWeakEventManager type exposes the following members.

Events
 NameDescription
Public eventStatic memberLanguageChanged Occurs when the GUI language has changed. The event is held weakly, so you can safely add your handler without causing memory leaks.
Top
See Also