ComponentOne FlexGrid for WinForms
GetLocalizedStringEventHandler Delegate

C1.Win.C1FlexGrid Namespace : GetLocalizedStringEventHandler Delegate
C1FlexGridBase object that raised the event.
GetLocalizedStringEventArgs that contains the event data.
Represents the method that will handle the C1FlexGridBase.GetLocalizedString event.
Syntax
'Declaration
 
Public Delegate Sub GetLocalizedStringEventHandler( _
   ByVal sender As Object, _
   ByVal e As GetLocalizedStringEventArgs _
) 
public delegate void GetLocalizedStringEventHandler( 
   object sender,
   GetLocalizedStringEventArgs e
)

Parameters

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

Reference

GetLocalizedStringEventHandler Members
C1.Win.C1FlexGrid Namespace