Skip to main content
All docs
V25.1
  • XtraLocalizer.HandleAllThreadEvents() Method

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

    Namespace: DevExpress.Utils.Localization

    Assembly: DevExpress.Data.v25.1.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