FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / OnGetLocalizedString Method
GetLocalizedStringEventArgs that contains the event data.

In This Topic
    OnGetLocalizedString Method (C1FlexGrid)
    In This Topic
    Raises the GetLocalizedString event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnGetLocalizedString( _
       ByVal e As GetLocalizedStringEventArgs _
    ) 
    protected virtual void OnGetLocalizedString( 
       GetLocalizedStringEventArgs e
    )

    Parameters

    e
    GetLocalizedStringEventArgs that contains the event data.
    See Also