LanguageChangeWeakEventManager Class |
Static class that can be used to weakly bind to the
LanguageChanged event that is fired if the Gui language has changed.
Inheritance Hierarchy Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static class LanguageChangeWeakEventManager
The LanguageChangeWeakEventManager type exposes the following members.
Events | Name | Description |
---|
| LanguageChanged |
Occurs when the Gui language has changed. The event is hold weak, thus you can safely add your handler without running in memory leaks.
|
TopSee Also