True DBGrid for WinForms
OwnerDrawCellPrint イベント (C1TrueDBGrid)

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス : OwnerDrawCellPrint イベント
Occurs before a cell is to be printed and the C1DisplayColumn.OwnerDraw is true.
シンタックス
'宣言
 
Public Event OwnerDrawCellPrint As OwnerDrawCellEventHandler
public event OwnerDrawCellEventHandler OwnerDrawCellPrint
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、OwnerDrawCellEventArgs 型の引数を受け取りました。次の OwnerDrawCellEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
The bounding rectangle for the cell that needs to be rendered.  
The index of the column in the DisplayColumns collection.  
The C1DisplayColumn being rendered.  
Indicates whether the custom renderer handles the background, border or content.  
The GDI+ graphics object to render on.  
Indicates whether the event code rendered the cell.  
The index of the row for the cell being rendered.  
The index of the split for the cell being rendered.  
The Style used to render the cell.  
The text of the cell.  
参照