Note
Typically, it is not recommended to add multiple handlers to this event. Still, subscribers can check if Value
is not , which means that a subscriber has already set the value for the given key.
public static event EventHandler<LocalizationRequestedEventArgs> LocalizationRequestedPublic Shared Event LocalizationRequested As EventHandler(Of LocalizationRequestedEventArgs)public:
static event EventHandler<LocalizationRequestedEventArgs^>^ LocalizationRequested {
void add (EventHandler<LocalizationRequestedEventArgs^>^ value);
void remove (EventHandler<LocalizationRequestedEventArgs^>^ value);
}member LocalizationRequested : IEvent<EventHandler<LocalizationRequestedEventArgs>,
LocalizationRequestedEventArgs>Can be invoked indirectly by BaseForm and BaseUserControl instances when their DynamicStringLocalization property is set to a non-default value.
If using LocalScope or AssemblyScope values, new .resx files may be created in the Resources subfolder of the executing application during runtime,
when the handlers of this event do not set the Value property.
See the Remarks section of the DynamicStringLocalization for details.