[]
Provides data for the GetLocalizedString event.
public class GetLocalizedStringEventArgs : EventArgs
Name | Description |
---|---|
GetLocalizedStringEventArgs(string, string, Control, Component) | Initializes a new instance of a GetLocalizedStringEventArgs. |
Name | Description |
---|---|
Component | Component being localized. |
ComponentName | Gets the name of the component being localized. |
Parent | Parent of the component being localized. |
Value | Gets or sets the value of the localized string. |