'宣言 Public Delegate Sub GetLocalizedStringEventHandler( _ ByVal sender As System.Object, _ ByVal e As GetLocalizedStringEventArgs _ )
public delegate void GetLocalizedStringEventHandler( System.object sender, GetLocalizedStringEventArgs e )
パラメータ
- sender
 - C1FlexGridBase object that raised the event.
 - e
 - GetLocalizedStringEventArgs that contains the event data.