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

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

イベント ハンドラが、このイベントに関連するデータを含む、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.  
参照