LocalizationRequestedEventArgs Class

Provides data for the LocalizationRequested event.

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public sealed class LocalizationRequestedEventArgs : EventArgs
Inheritance
Object    EventArgs    LocalizationRequestedEventArgs

Properties

Context Gets the context of the localization request. Can be if the request is not associated with any specific context.
Key Gets the key of the requested localization string.
Target Gets the target object of the localization request. It is usually the control or object whose property is being localized, but can be if the request is not associated with any specific target.
Value Gets or sets the value of the requested localization string. If left , the localization request might be handled by the default mechanism, depending on the LocalizationScope value. If there are multiple handlers of the LocalizationRequested event, this property may already be set by a previous handler.

See Also