'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.
Property | Description |
---|---|
Component | Component being localized. |
ComponentName | Gets the name of the component being localized. |
Parent | Parent of the component being localized. |
Value | Gets or sets the value of the localized string. |
See Also