MultiSelect for WinForms
Error イベント

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > C1DbNavigator クラス : Error イベント
Occurs when an exceptions is thrown performing an action on button click.
シンタックス
'宣言
 
Public Event Error As NavigatorErrorEventHandler
public event NavigatorErrorEventHandler Error
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、NavigatorErrorEventArgs 型の引数を受け取りました。次の NavigatorErrorEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
The clicked C1DbNavigator button.  
Error message shown in the standard message box.  
The caption of the standard message box.  
Exception that occurred while performing the button action.  
This argument is set to true by default. If it is set to False by event code, the standard message box is not shown.  
参照