Skip to main content

XtraLocalizer<T>.ActiveChanged Event

Fires immediately after the XtraLocalizer<T>.Active property value has been changed.

Namespace: DevExpress.Utils.Localization

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static event EventHandler ActiveChanged

Event Data

The ActiveChanged event's data class is EventArgs.

Remarks

You can handle the ActiveChanged event to perform actions each time the localization settings are changed. For instance, you may need to display information about the language currently used, etc.

See Also