'宣言 Public Event BeforeColEdit As BeforeColEditEventHandler
public event BeforeColEditEventHandler BeforeColEdit
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、BeforeColEditEventArgs 型の引数を受け取りました。次の BeforeColEditEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Cancel | Gets or sets a value indicating that editing should be disallowed. |
ColIndex | Indicates the position in the DisplayColumns collection. |
Column | Gets the C1DisplayColumn for the column being edited. |
KeyChar | Indicates the character that initiated the editing operation. |
参照