FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / GetLocalizedStringEventArgs Class / GetLocalizedStringEventArgs Constructor
Value to be localized.
Name of the component being localized.
Parent of the component being localized.
Component being localized.

In This Topic
    GetLocalizedStringEventArgs Constructor
    In This Topic
    Initializes a new instance of a GetLocalizedStringEventArgs.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As String, _
       ByVal componentName As String, _
       ByVal parent As Control, _
       ByVal component As Component _
    )
    public GetLocalizedStringEventArgs( 
       string value,
       string componentName,
       Control parent,
       Component component
    )

    Parameters

    value
    Value to be localized.
    componentName
    Name of the component being localized.
    parent
    Parent of the component being localized.
    component
    Component being localized.
    See Also