'宣言 Public Event GridError As GridErrorEventHandler
public event GridErrorEventHandler GridError
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、GridErrorEventArgs 型の引数を受け取りました。次の GridErrorEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Col | Gets the column index of the cell where the error was detected. |
Exception | Gets the Exception object that contains information about the error. |
Handled | Gets or sets a value indicating whether the error situation has been handled by the control. |
Row | Gets the row index of the cell where the error was detected. |
参照