C1.Win.FlexGrid 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 _
) 
 

Parameters

e
GetLocalizedStringEventArgs that contains the event data.
See Also