'宣言 Public Event BeforeColUpdate As BeforeColUpdateEventHandler
public event BeforeColUpdateEventHandler BeforeColUpdate
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、BeforeColUpdateEventArgs 型の引数を受け取りました。次の BeforeColUpdateEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Cancel | Gets or sets a value that prevents the user from moving focus to another cell. |
| ColIndex | Indicates the position in the DisplayColumns collection. |
| Column | Gets the C1DisplayColumn for the column being edited. |
| OldValue | Gets or sets the value of the original cell data. |
参照