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

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス : BeforeColEdit イベント
Occurs before a cell enters edit mode.
シンタックス
'宣言
 
Public Event BeforeColEdit As BeforeColEditEventHandler
public event BeforeColEditEventHandler BeforeColEdit
イベント データ

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

プロパティ解説
Gets or sets a value indicating that editing should be disallowed.  
Indicates the position in the DisplayColumns collection.  
Gets the C1DisplayColumn for the column being edited.  
Indicates the character that initiated the editing operation.  
参照