LocalizationRequestedEventArgs Class
Namespace: KGySoft.WinFormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public sealed class LocalizationRequestedEventArgs : EventArgs
Public NotInheritable Class LocalizationRequestedEventArgs
Inherits EventArgs
public ref class LocalizationRequestedEventArgs sealed : public EventArgs
[<SealedAttribute>]
type LocalizationRequestedEventArgs =
class
inherit EventArgs
end
- Inheritance
- Object EventArgs LocalizationRequestedEventArgs
| 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.
|