LocalizationRequestedEventArgsContext Property

Gets the context of the localization request. Can be if the request is not associated with any specific context.

Definition

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

Property Value

LocalizationContext

See Also