'宣言 Public Event Error As NavigatorErrorEventHandler
public event NavigatorErrorEventHandler Error
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、NavigatorErrorEventArgs 型の引数を受け取りました。次の NavigatorErrorEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 | 
|---|---|
| Button | The clicked C1DbNavigator button. | 
| ErrorMessage | Error message shown in the standard message box. | 
| ErrorMessageCaption | The caption of the standard message box. | 
| Exception | Exception that occurred while performing the button action. | 
| ShowErrorMessage | This argument is set to true by default. If it is set to False by event code, the standard message box is not shown. | 
参照