[]
Initializes a new instance of a GetLocalizedStringEventArgs.
public GetLocalizedStringEventArgs(string value, string componentName, Control parent, Component component)
| Type | Name | Description |
|---|---|---|
| string | value | Value to be localized. |
| string | componentName | Name of the component being localized. |
| Control | parent | Parent of the component being localized. |
| Component | component | Component being localized. |