FlexGrid for WinForms
GetLocalizedStringEventHandler デリゲート

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 : GetLocalizedStringEventHandler デリゲート
イベントを発生させた C1FlexGridBaseオブジェクト。
イベントデータを含む GetLocalizedStringEventArgs
C1FlexGridBase.GetLocalizedStringイベントを処理するメソッドを表します。
シンタックス
'宣言
 
Public Delegate Sub GetLocalizedStringEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As GetLocalizedStringEventArgs _
) 
public delegate void GetLocalizedStringEventHandler( 
   System.object sender,
   GetLocalizedStringEventArgs e
)

パラメータ

sender
イベントを発生させた C1FlexGridBaseオブジェクト。
e
イベントデータを含む GetLocalizedStringEventArgs
参照

GetLocalizedStringEventHandler メンバ
C1.Win.FlexGrid 名前空間