Back to Devexpress

XtraLocalizer.HandleAllThreadEvents() Method

corelibraries-devexpress-dot-utils-dot-localization-dot-xtralocalizer-6a843b2f.md

latest1.2 KB
Original Source

XtraLocalizer.HandleAllThreadEvents() Method

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

Namespace : DevExpress.Utils.Localization

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public static void HandleAllThreadEvents()
vb
Public Shared Sub 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

XtraLocalizer Class

XtraLocalizer Members

DevExpress.Utils.Localization Namespace