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

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス : BeforeColUpdate イベント
Occurs before a cell is updated to the datasource.
シンタックス
'宣言
 
Public Event BeforeColUpdate As BeforeColUpdateEventHandler
public event BeforeColUpdateEventHandler BeforeColUpdate
イベント データ

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

プロパティ解説
Gets or sets a value that prevents the user from moving focus to another cell.  
Indicates the position in the DisplayColumns collection.  
Gets the C1DisplayColumn for the column being edited.  
Gets or sets the value of the original cell data.  
参照