LocalizationRequestedEventArgsTarget Property

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.

Definition

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

Property Value

Object

See Also