ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / OnGetLocalizedString Method
C1.Win.C1FlexGrid.GetLocalizedStringEventArgs that contains the event data.

In This Topic
    OnGetLocalizedString Method (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnGetLocalizedString( _
       ByVal e As GetLocalizedStringEventArgs _
    ) 
    protected virtual void OnGetLocalizedString( 
       GetLocalizedStringEventArgs e
    )

    Parameters

    e
    C1.Win.C1FlexGrid.GetLocalizedStringEventArgs that contains the event data.
    See Also