Initializes a new instance of a
GetLocalizedStringEventArgs.
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Windows.Forms.Control, _
ByVal As System.ComponentModel.Component _
)
public GetLocalizedStringEventArgs(
System.string ,
System.string ,
System.Windows.Forms.Control ,
System.ComponentModel.Component
)
パラメータ
- value
- Value to be localized.
- componentName
- Name of the component being localized.
- parent
- Parent of the component being localized.
- component
- Component being localized.
参照