[]
Initializes a new instance of a GetLocalizedStringEventArgs.
public GetLocalizedStringEventArgs(string value, string componentName, Control parent, Component component)
Public Sub New(value As String, componentName As String, parent As Control, component As 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. |