'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.