True DBGrid for WinForms
FetchCellStyleEventHandler デリゲート

C1.Win.C1TrueDBGrid.4 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 : FetchCellStyleEventHandler デリゲート
セルのレンダリングに使用される Styleがカスタマイズを必要とするときに発生します。
シンタックス
'宣言
 
Public Delegate Sub FetchCellStyleEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As FetchCellStyleEventArgs _
) 
public delegate void FetchCellStyleEventHandler( 
   System.object sender,
   FetchCellStyleEventArgs e
)

パラメータ

sender
e
参照

FetchCellStyleEventHandler メンバ
C1.Win.C1TrueDBGrid 名前空間