Skip to main content
A newer version of this page is available. .

XtraLocalizer<T>.ActiveChanged Event

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

Namespace: DevExpress.Utils.Localization

Assembly: DevExpress.Data.v18.2.dll

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