LocalizationRequestedEventArgsValue Property

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.

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public string? Value { get; set; }

Property Value

String

See Also