Skip to main content
All docs
V23.2

XtraLocalizer.HandleAllThreadEvents() Method

Enables traking of all localization-related events from all threads in the application.

Namespace: DevExpress.Utils.Localization

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static void HandleAllThreadEvents()

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