ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / GetLocalizedString Event

In This Topic
    GetLocalizedString Event (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Event GetLocalizedString As C1.Win.FlexGrid.GetLocalizedStringEventHandler
    public event C1.Win.FlexGrid.GetLocalizedStringEventHandler GetLocalizedString
    Event Data

    The event handler receives an argument of type C1.Win.FlexGrid.GetLocalizedStringEventArgs containing data related to this event. The following GetLocalizedStringEventArgs properties provide information specific to this event.

    PropertyDescription
    Component being localized.  
    Gets the name of the component being localized.  
    Parent of the component being localized.  
    Gets or sets the value of the localized string.  
    See Also