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

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス : UnboundColumnFetch イベント
Occurs when the grid needs to access the value of an unbound column.
シンタックス
'宣言
 
Public Event UnboundColumnFetch As UnboundColumnFetchEventHandler
public event UnboundColumnFetchEventHandler UnboundColumnFetch
イベント データ

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

プロパティ解説
Indicates the position in the Columns collection.  
The C1DataColumn object.  
The index of the row.  
Gets or sets the value of the Column.  
参照