XtraLocalizer.HandleAllThreadEvents() Method
Enables traking of all localization-related events from all threads in the application.
Namespace: DevExpress.Utils.Localization
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Remarks
Call the HandleAllThreadEvents
method to forward information about localization-related events to all threads in the application. By default, registered handlers execute on the same thread (the one that raised the event).
See Also