LanguageSettingsFormattingLanguageChanged Event
Namespace: KGySoftAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.2.0
public static event EventHandler FormattingLanguageChanged
Public Shared Event FormattingLanguageChanged As EventHandler
public:
static event EventHandler^ FormattingLanguageChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member FormattingLanguageChanged : IEvent<EventHandler,
EventArgs>
Value
EventHandler
Use this event if you want to be notified of changing the formatting culture of the current thread.
When this event is triggered only the subscribers from the thread of the language change are notified.