'宣言Public Event RowBeginEdit As EventHandler(Of SpreadRowBeginEditEventArgs)
public event EventHandler<SpreadRowBeginEditEventArgs> RowBeginEdit
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、SpreadRowBeginEditEventArgs 型の引数を受け取りました。次の SpreadRowBeginEditEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| RowIndex | イベントが発生した GcSpreadGrid の編集行のインデックスを取得します。 |
参照