C1.Win.C1FlexGrid Namespace / GetLocalizedStringEventHandler Delegate
C1FlexGridBase object that raised the event.
GetLocalizedStringEventArgs that contains the event data.

In This Topic
GetLocalizedStringEventHandler Delegate
In This Topic
Represents the method that will handle the GetLocalizedString event.
Syntax
'Declaration
 
Public Delegate Sub GetLocalizedStringEventHandler( _
   ByVal sender As Object, _
   ByVal e As GetLocalizedStringEventArgs _
) 
 

Parameters

sender
C1FlexGridBase object that raised the event.
e
GetLocalizedStringEventArgs that contains the event data.
See Also