True DBGrid for WinForms
FormatText イベント (C1TrueDBDropdown)

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBDropdown クラス : FormatText イベント
Occurs when the grid is about to display cell data in a column whose NumberFormat property is set to the string FormatText Event.
シンタックス
'宣言
 
Public Event FormatText As FormatTextEventHandler
public event FormatTextEventHandler FormatText
イベント データ

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

プロパティ解説
Indicates the position in the Columns collection.  
The C1DataColumn object.  
The row index for the cell to be formatted.  
The value to format.  
参照